Shades of Dark Slate Blue #474181
Tints of Dark Slate Blue #474181
RGB
CMYK
RGB Variations
Color information
#474181 (or 0x474181) is known color: Dark Slate Blue. HEX triplet: 47, 41 and 81. RGB value is (71,65,129). Sum of RGB (Red+Green+Blue) = 71+65+129=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 129 (50.78% from 255 or 48.68% from 265); Max value from RGB is 129 - color contains mainly: blue. Hex color #474181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474181 is #B8BE7E. Grayscale: #494949. Windows color (decimal): -12107391 or 8470855. OLE color: 8470855.
HSL color Cylindrical-coordinate representation of color #474181: hue angle of 245.62º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #474181 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 65 | 129 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.49 |
| HSL | 245.63º | 0.33% | 0.38% | - |
| HSV(B) | 245.63º | 0.5% | 0.51% | - |
| XYZ | 8.45 | 6.71 | 21.62 | - |
| YUV | 74.09 | 158.99 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 129 | 0.45 | 0.50 | 0 | 0.49 | 245.63 | 0.33 | 0.38 |
| Hex | 47 | 41 | 81 | 2D | 32 | 0 | 31 | F6 | 21 | 26 |
| Octal | 107 | 101 | 201 | 55 | 62 | 0 | 61 | 366 | 41 | 46 |
| Binary | 1000111 | 1000001 | 10000001 | 101101 | 110010 | 0 | 110001 | 11110110 | 100001 | 100110 |
Color Harmonies of #474181
Complementary color
Monochromatic Colors of #474181
Black with #474181
Text Example
Text Example
White with #474181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474181; }
p { color: rgb(71,65,129); }
H1.HeaderClassName
{
color: #474181;
}
.AnyTagClassName
{
color: #474181;
}
</style>
background-color css
<style>
a { background-color: #474181; }
a { background-color: rgb(71,65,129); }
div.DivClassName
{
background-color: #474181;
}
.BgClassName
{
background-color: #474181;
}
</style>
border-color css
<style>
span { border-color: #474181; }
span { border-color: rgb(71,65,129); }
td.TdClassName
{
border-color: #474181;
}
.TagClassName
{
border-color: #474181;
}
</style>