Shades of Dark Slate Blue #494A8E
Tints of Dark Slate Blue #494A8E
RGB
CMYK
RGB Variations
Color information
#494A8E (or 0x494A8E) is known color: Dark Slate Blue. HEX triplet: 49, 4A and 8E. RGB value is (73,74,142). Sum of RGB (Red+Green+Blue) = 73+74+142=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #494A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494A8E is #B6B571. Grayscale: #515151. Windows color (decimal): -11974002 or 9325129. OLE color: 9325129.
HSL color Cylindrical-coordinate representation of color #494A8E: hue angle of 239.13º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #494A8E is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 74 | 142 | - |
| CMYK | 0.49 | 0.48 | 0 | 0.44 |
| HSL | 239.13º | 0.32% | 0.42% | - |
| HSV(B) | 239.13º | 0.49% | 0.56% | - |
| XYZ | 10.08 | 8.27 | 26.66 | - |
| YUV | 81.45 | 162.17 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 74 | 142 | 0.49 | 0.48 | 0 | 0.44 | 239.13 | 0.32 | 0.42 |
| Hex | 49 | 4A | 8E | 31 | 30 | 0 | 2C | EF | 20 | 2A |
| Octal | 111 | 112 | 216 | 61 | 60 | 0 | 54 | 357 | 40 | 52 |
| Binary | 1001001 | 1001010 | 10001110 | 110001 | 110000 | 0 | 101100 | 11101111 | 100000 | 101010 |
Color Harmonies of #494A8E
Complementary color
Monochromatic Colors of #494A8E
Black with #494A8E
Text Example
Text Example
White with #494A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494A8E; }
p { color: rgb(73,74,142); }
H1.HeaderClassName
{
color: #494A8E;
}
.AnyTagClassName
{
color: #494A8E;
}
</style>
background-color css
<style>
a { background-color: #494A8E; }
a { background-color: rgb(73,74,142); }
div.DivClassName
{
background-color: #494A8E;
}
.BgClassName
{
background-color: #494A8E;
}
</style>
border-color css
<style>
span { border-color: #494A8E; }
span { border-color: rgb(73,74,142); }
td.TdClassName
{
border-color: #494A8E;
}
.TagClassName
{
border-color: #494A8E;
}
</style>