Shades of Dark Slate Blue #474388
Tints of Dark Slate Blue #474388
RGB
CMYK
RGB Variations
Color information
#474388 (or 0x474388) is known color: Dark Slate Blue. HEX triplet: 47, 43 and 88. RGB value is (71,67,136). Sum of RGB (Red+Green+Blue) = 71+67+136=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 136 (53.52% from 255 or 49.64% from 274); Max value from RGB is 136 - color contains mainly: blue. Hex color #474388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474388 is #B8BC77. Grayscale: #4B4B4B. Windows color (decimal): -12106872 or 8930119. OLE color: 8930119.
HSL color Cylindrical-coordinate representation of color #474388: hue angle of 243.48º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #474388 is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 67 | 136 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.47 |
| HSL | 243.48º | 0.34% | 0.4% | - |
| HSV(B) | 243.48º | 0.51% | 0.53% | - |
| XYZ | 9.05 | 7.13 | 24.19 | - |
| YUV | 76.06 | 161.83 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 67 | 136 | 0.48 | 0.51 | 0 | 0.47 | 243.48 | 0.34 | 0.4 |
| Hex | 47 | 43 | 88 | 30 | 33 | 0 | 2F | F3 | 22 | 28 |
| Octal | 107 | 103 | 210 | 60 | 63 | 0 | 57 | 363 | 42 | 50 |
| Binary | 1000111 | 1000011 | 10001000 | 110000 | 110011 | 0 | 101111 | 11110011 | 100010 | 101000 |
Color Harmonies of #474388
Complementary color
Monochromatic Colors of #474388
Black with #474388
Text Example
Text Example
White with #474388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474388; }
p { color: rgb(71,67,136); }
H1.HeaderClassName
{
color: #474388;
}
.AnyTagClassName
{
color: #474388;
}
</style>
background-color css
<style>
a { background-color: #474388; }
a { background-color: rgb(71,67,136); }
div.DivClassName
{
background-color: #474388;
}
.BgClassName
{
background-color: #474388;
}
</style>
border-color css
<style>
span { border-color: #474388; }
span { border-color: rgb(71,67,136); }
td.TdClassName
{
border-color: #474388;
}
.TagClassName
{
border-color: #474388;
}
</style>