color details

Color Details
#483D8B Color Hex

#483D8B color RGB value is (4, 131, 216).
#483D8B hex color red value is 4, green value is 131, and blue value is 216.
Cylindrical-coordinate representations (HSL) of color #483D8B hue: 204.06, saturation: 0.96 and lightness: 0.43.

The process color (four-color CMYK) of #483D8B color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #483D8B is #ff9999. Color #483D8B contains mainly RED.

Color Spaces
Color spaces of #483D8BValue
RGB72, 61, 139
HSL0.69, 0.39, 0.39
HSV248°, 56°, 55°
XYZ9, 6.58, 25.22
Base Numbers
Base Red Green Blue
Binary 1001000 111101 10001011
Octal 110 75 213
Decimal 72 61 139
Hex 48 3D 8B

RGB Percentages for Color #483D8B

26.47%
22.43%
51.1%

CMYK Percentages of the Color #483D8B

48.2%
56.12%
45.49%
CSS Codes for Color #483D8B
.mybgColor {background-color: #483D8B;}
.myforeColor {color: #483D8B;}
.myborderColor {border:3px solid #483D8B;}
Text Font Color #483D8B

<p style="color:#483D8B">Text here</p>

This sample text is styled with the font color #483D8B. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #483D8B

<div style="background-color:#483D8B">Div content here</div>

The background color of this div is #483D8B
Border Color #483D8B

<div style="border:3px solid #483D8B">Div here</div>

The border color of this div is #483D8B
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(72, 61, 139, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #483D8B;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #483D8B;
-webkit-box-shadow: 1px 1px 3px #483D8B;
box-shadow: 1px 1px 3px #483D8B;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72, 61, 139, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #483D8B;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #483D8B; -webkit-box-shadow: 1px 1px 3px #483D8B; box-shadow: 1px 1px 3px #483D8B;">Div content here</div>

This div box has a shadow with a specified color. #483D8B
Scroll to Top