Shades of Dark Slate Blue #494A8A
Tints of Dark Slate Blue #494A8A
RGB
CMYK
RGB Variations
Color information
#494A8A (or 0x494A8A) is known color: Dark Slate Blue. HEX triplet: 49, 4A and 8A. RGB value is (73,74,138). Sum of RGB (Red+Green+Blue) = 73+74+138=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 138 - color contains mainly: blue. Hex color #494A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494A8A is #B6B575. Grayscale: #505050. Windows color (decimal): -11974006 or 9062985. OLE color: 9062985.
HSL color Cylindrical-coordinate representation of color #494A8A: hue angle of 239.08º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #494A8A is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 74 | 138 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.46 |
| HSL | 239.08º | 0.31% | 0.41% | - |
| HSV(B) | 239.08º | 0.47% | 0.54% | - |
| XYZ | 9.78 | 8.15 | 25.1 | - |
| YUV | 81 | 160.17 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 74 | 138 | 0.47 | 0.46 | 0 | 0.46 | 239.08 | 0.31 | 0.41 |
| Hex | 49 | 4A | 8A | 2F | 2E | 0 | 2E | EF | 1F | 29 |
| Octal | 111 | 112 | 212 | 57 | 56 | 0 | 56 | 357 | 37 | 51 |
| Binary | 1001001 | 1001010 | 10001010 | 101111 | 101110 | 0 | 101110 | 11101111 | 11111 | 101001 |
Color Harmonies of #494A8A
Complementary color
Monochromatic Colors of #494A8A
Black with #494A8A
Text Example
Text Example
White with #494A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494A8A; }
p { color: rgb(73,74,138); }
H1.HeaderClassName
{
color: #494A8A;
}
.AnyTagClassName
{
color: #494A8A;
}
</style>
background-color css
<style>
a { background-color: #494A8A; }
a { background-color: rgb(73,74,138); }
div.DivClassName
{
background-color: #494A8A;
}
.BgClassName
{
background-color: #494A8A;
}
</style>
border-color css
<style>
span { border-color: #494A8A; }
span { border-color: rgb(73,74,138); }
td.TdClassName
{
border-color: #494A8A;
}
.TagClassName
{
border-color: #494A8A;
}
</style>