Shades of Dark Slate Blue #474093
Tints of Dark Slate Blue #474093
RGB
CMYK
RGB Variations
Color information
#474093 (or 0x474093) is known color: Dark Slate Blue. HEX triplet: 47, 40 and 93. RGB value is (71,64,147). Sum of RGB (Red+Green+Blue) = 71+64+147=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #474093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474093 is #B8BF6C. Grayscale: #4B4B4B. Windows color (decimal): -12107629 or 9650247. OLE color: 9650247.
HSL color Cylindrical-coordinate representation of color #474093: hue angle of 245.06º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #474093 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 64 | 147 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.42 |
| HSL | 245.06º | 0.39% | 0.41% | - |
| HSV(B) | 245.06º | 0.56% | 0.58% | - |
| XYZ | 9.7 | 7.11 | 28.47 | - |
| YUV | 75.56 | 168.32 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 64 | 147 | 0.52 | 0.56 | 0 | 0.42 | 245.06 | 0.39 | 0.41 |
| Hex | 47 | 40 | 93 | 34 | 38 | 0 | 2A | F5 | 27 | 29 |
| Octal | 107 | 100 | 223 | 64 | 70 | 0 | 52 | 365 | 47 | 51 |
| Binary | 1000111 | 1000000 | 10010011 | 110100 | 111000 | 0 | 101010 | 11110101 | 100111 | 101001 |
Color Harmonies of #474093
Complementary color
Monochromatic Colors of #474093
Black with #474093
Text Example
Text Example
White with #474093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474093; }
p { color: rgb(71,64,147); }
H1.HeaderClassName
{
color: #474093;
}
.AnyTagClassName
{
color: #474093;
}
</style>
background-color css
<style>
a { background-color: #474093; }
a { background-color: rgb(71,64,147); }
div.DivClassName
{
background-color: #474093;
}
.BgClassName
{
background-color: #474093;
}
</style>
border-color css
<style>
span { border-color: #474093; }
span { border-color: rgb(71,64,147); }
td.TdClassName
{
border-color: #474093;
}
.TagClassName
{
border-color: #474093;
}
</style>