Shades of Dark Slate Blue #474488
Tints of Dark Slate Blue #474488
RGB
CMYK
RGB Variations
Color information
#474488 (or 0x474488) is known color: Dark Slate Blue. HEX triplet: 47, 44 and 88. RGB value is (71,68,136). Sum of RGB (Red+Green+Blue) = 71+68+136=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 136 (53.52% from 255 or 49.45% from 275); Max value from RGB is 136 - color contains mainly: blue. Hex color #474488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474488 is #B8BB77. Grayscale: #4C4C4C. Windows color (decimal): -12106616 or 8930375. OLE color: 8930375.
HSL color Cylindrical-coordinate representation of color #474488: hue angle of 242.65º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #474488 is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 68 | 136 | - |
| CMYK | 0.48 | 0.50 | 0 | 0.47 |
| HSL | 242.65º | 0.33% | 0.4% | - |
| HSV(B) | 242.65º | 0.5% | 0.53% | - |
| XYZ | 9.11 | 7.25 | 24.21 | - |
| YUV | 76.65 | 161.49 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 68 | 136 | 0.48 | 0.50 | 0 | 0.47 | 242.65 | 0.33 | 0.4 |
| Hex | 47 | 44 | 88 | 30 | 32 | 0 | 2F | F3 | 21 | 28 |
| Octal | 107 | 104 | 210 | 60 | 62 | 0 | 57 | 363 | 41 | 50 |
| Binary | 1000111 | 1000100 | 10001000 | 110000 | 110010 | 0 | 101111 | 11110011 | 100001 | 101000 |
Color Harmonies of #474488
Complementary color
Monochromatic Colors of #474488
Black with #474488
Text Example
Text Example
White with #474488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474488; }
p { color: rgb(71,68,136); }
H1.HeaderClassName
{
color: #474488;
}
.AnyTagClassName
{
color: #474488;
}
</style>
background-color css
<style>
a { background-color: #474488; }
a { background-color: rgb(71,68,136); }
div.DivClassName
{
background-color: #474488;
}
.BgClassName
{
background-color: #474488;
}
</style>
border-color css
<style>
span { border-color: #474488; }
span { border-color: rgb(71,68,136); }
td.TdClassName
{
border-color: #474488;
}
.TagClassName
{
border-color: #474488;
}
</style>