Shades of Dark Slate Blue #483E8C
Tints of Dark Slate Blue #483E8C
RGB
CMYK
RGB Variations
Color information
#483E8C (or 0x483E8C) is known color: Dark Slate Blue. HEX triplet: 48, 3E and 8C. RGB value is (72,62,140). Sum of RGB (Red+Green+Blue) = 72+62+140=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #483E8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483E8C is #B7C173. Grayscale: #494949. Windows color (decimal): -12042612 or 9190984. OLE color: 9190984.
HSL color Cylindrical-coordinate representation of color #483E8C: hue angle of 247.69º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #483E8C is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 62 | 140 | - |
| CMYK | 0.49 | 0.56 | 0 | 0.45 |
| HSL | 247.69º | 0.39% | 0.4% | - |
| HSV(B) | 247.69º | 0.56% | 0.55% | - |
| XYZ | 9.13 | 6.72 | 25.63 | - |
| YUV | 73.88 | 165.31 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 62 | 140 | 0.49 | 0.56 | 0 | 0.45 | 247.69 | 0.39 | 0.4 |
| Hex | 48 | 3E | 8C | 31 | 38 | 0 | 2D | F8 | 27 | 28 |
| Octal | 110 | 76 | 214 | 61 | 70 | 0 | 55 | 370 | 47 | 50 |
| Binary | 1001000 | 111110 | 10001100 | 110001 | 111000 | 0 | 101101 | 11111000 | 100111 | 101000 |
Color Harmonies of #483E8C
Complementary color
Monochromatic Colors of #483E8C
Black with #483E8C
Text Example
Text Example
White with #483E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483E8C; }
p { color: rgb(72,62,140); }
H1.HeaderClassName
{
color: #483E8C;
}
.AnyTagClassName
{
color: #483E8C;
}
</style>
background-color css
<style>
a { background-color: #483E8C; }
a { background-color: rgb(72,62,140); }
div.DivClassName
{
background-color: #483E8C;
}
.BgClassName
{
background-color: #483E8C;
}
</style>
border-color css
<style>
span { border-color: #483E8C; }
span { border-color: rgb(72,62,140); }
td.TdClassName
{
border-color: #483E8C;
}
.TagClassName
{
border-color: #483E8C;
}
</style>