Shades of Blue Zodiac #494C58
Tints of Blue Zodiac #494C58
RGB
CMYK
RGB Variations
Color information
#494C58 (or 0x494C58) is known color: Blue Zodiac. HEX triplet: 49, 4C and 58. RGB value is (73,76,88). Sum of RGB (Red+Green+Blue) = 73+76+88=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 88 - color contains mainly: blue. Hex color #494C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C58 is #B6B3A7. Grayscale: #4C4C4C. Windows color (decimal): -11973544 or 5786697. OLE color: 5786697.
HSL color Cylindrical-coordinate representation of color #494C58: hue angle of 228º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #494C58 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 76 | 88 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.65 |
| HSL | 228º | 0.09% | 0.32% | - |
| HSV(B) | 228º | 0.17% | 0.35% | - |
| XYZ | 7.09 | 7.29 | 10.27 | - |
| YUV | 76.47 | 134.51 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 76 | 88 | 0.17 | 0.14 | 0 | 0.65 | 228 | 0.09 | 0.32 |
| Hex | 49 | 4C | 58 | 11 | E | 0 | 41 | E4 | 9 | 20 |
| Octal | 111 | 114 | 130 | 21 | 16 | 0 | 101 | 344 | 11 | 40 |
| Binary | 1001001 | 1001100 | 1011000 | 10001 | 1110 | 0 | 1000001 | 11100100 | 1001 | 100000 |
Color Harmonies of #494C58
Complementary color
Monochromatic Colors of #494C58
Black with #494C58
Text Example
Text Example
White with #494C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494C58; }
p { color: rgb(73,76,88); }
H1.HeaderClassName
{
color: #494C58;
}
.AnyTagClassName
{
color: #494C58;
}
</style>
background-color css
<style>
a { background-color: #494C58; }
a { background-color: rgb(73,76,88); }
div.DivClassName
{
background-color: #494C58;
}
.BgClassName
{
background-color: #494C58;
}
</style>
border-color css
<style>
span { border-color: #494C58; }
span { border-color: rgb(73,76,88); }
td.TdClassName
{
border-color: #494C58;
}
.TagClassName
{
border-color: #494C58;
}
</style>