Shades of Dark Slate Blue #474083
Tints of Dark Slate Blue #474083
RGB
CMYK
RGB Variations
Color information
#474083 (or 0x474083) is known color: Dark Slate Blue. HEX triplet: 47, 40 and 83. RGB value is (71,64,131). Sum of RGB (Red+Green+Blue) = 71+64+131=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #474083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474083 is #B8BF7C. Grayscale: #494949. Windows color (decimal): -12107645 or 8601671. OLE color: 8601671.
HSL color Cylindrical-coordinate representation of color #474083: hue angle of 246.27º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #474083 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 64 | 131 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.49 |
| HSL | 246.27º | 0.34% | 0.38% | - |
| HSV(B) | 246.27º | 0.51% | 0.51% | - |
| XYZ | 8.53 | 6.65 | 22.31 | - |
| YUV | 73.73 | 160.32 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 64 | 131 | 0.46 | 0.51 | 0 | 0.49 | 246.27 | 0.34 | 0.38 |
| Hex | 47 | 40 | 83 | 2E | 33 | 0 | 31 | F6 | 22 | 26 |
| Octal | 107 | 100 | 203 | 56 | 63 | 0 | 61 | 366 | 42 | 46 |
| Binary | 1000111 | 1000000 | 10000011 | 101110 | 110011 | 0 | 110001 | 11110110 | 100010 | 100110 |
Color Harmonies of #474083
Complementary color
Monochromatic Colors of #474083
Black with #474083
Text Example
Text Example
White with #474083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474083; }
p { color: rgb(71,64,131); }
H1.HeaderClassName
{
color: #474083;
}
.AnyTagClassName
{
color: #474083;
}
</style>
background-color css
<style>
a { background-color: #474083; }
a { background-color: rgb(71,64,131); }
div.DivClassName
{
background-color: #474083;
}
.BgClassName
{
background-color: #474083;
}
</style>
border-color css
<style>
span { border-color: #474083; }
span { border-color: rgb(71,64,131); }
td.TdClassName
{
border-color: #474083;
}
.TagClassName
{
border-color: #474083;
}
</style>