Shades of Dark Slate Blue #494891
Tints of Dark Slate Blue #494891
RGB
CMYK
RGB Variations
Color information
#494891 (or 0x494891) is known color: Dark Slate Blue. HEX triplet: 49, 48 and 91. RGB value is (73,72,145). Sum of RGB (Red+Green+Blue) = 73+72+145=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #494891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494891 is #B6B76E. Grayscale: #505050. Windows color (decimal): -11974511 or 9521225. OLE color: 9521225.
HSL color Cylindrical-coordinate representation of color #494891: hue angle of 240.82º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #494891 is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 72 | 145 | - |
| CMYK | 0.50 | 0.50 | 0 | 0.43 |
| HSL | 240.82º | 0.34% | 0.43% | - |
| HSV(B) | 240.82º | 0.5% | 0.57% | - |
| XYZ | 10.18 | 8.1 | 27.81 | - |
| YUV | 80.62 | 164.33 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 145 | 0.50 | 0.50 | 0 | 0.43 | 240.82 | 0.34 | 0.43 |
| Hex | 49 | 48 | 91 | 32 | 32 | 0 | 2B | F1 | 22 | 2B |
| Octal | 111 | 110 | 221 | 62 | 62 | 0 | 53 | 361 | 42 | 53 |
| Binary | 1001001 | 1001000 | 10010001 | 110010 | 110010 | 0 | 101011 | 11110001 | 100010 | 101011 |
Color Harmonies of #494891
Complementary color
Monochromatic Colors of #494891
Black with #494891
Text Example
Text Example
White with #494891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494891; }
p { color: rgb(73,72,145); }
H1.HeaderClassName
{
color: #494891;
}
.AnyTagClassName
{
color: #494891;
}
</style>
background-color css
<style>
a { background-color: #494891; }
a { background-color: rgb(73,72,145); }
div.DivClassName
{
background-color: #494891;
}
.BgClassName
{
background-color: #494891;
}
</style>
border-color css
<style>
span { border-color: #494891; }
span { border-color: rgb(73,72,145); }
td.TdClassName
{
border-color: #494891;
}
.TagClassName
{
border-color: #494891;
}
</style>