Shades of Blue Zodiac #494D5B
Tints of Blue Zodiac #494D5B
RGB
CMYK
RGB Variations
Color information
#494D5B (or 0x494D5B) is known color: Blue Zodiac. HEX triplet: 49, 4D and 5B. RGB value is (73,77,91). Sum of RGB (Red+Green+Blue) = 73+77+91=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 91 - color contains mainly: blue. Hex color #494D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D5B is #B6B2A4. Grayscale: #4D4D4D. Windows color (decimal): -11973285 or 5983561. OLE color: 5983561.
HSL color Cylindrical-coordinate representation of color #494D5B: hue angle of 226.67º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #494D5B is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 77 | 91 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.64 |
| HSL | 226.67º | 0.11% | 0.32% | - |
| HSV(B) | 226.67º | 0.2% | 0.36% | - |
| XYZ | 7.29 | 7.48 | 10.96 | - |
| YUV | 77.4 | 135.67 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 91 | 0.20 | 0.15 | 0 | 0.64 | 226.67 | 0.11 | 0.32 |
| Hex | 49 | 4D | 5B | 14 | F | 0 | 40 | E3 | B | 20 |
| Octal | 111 | 115 | 133 | 24 | 17 | 0 | 100 | 343 | 13 | 40 |
| Binary | 1001001 | 1001101 | 1011011 | 10100 | 1111 | 0 | 1000000 | 11100011 | 1011 | 100000 |
Color Harmonies of #494D5B
Complementary color
Monochromatic Colors of #494D5B
Black with #494D5B
Text Example
Text Example
White with #494D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494D5B; }
p { color: rgb(73,77,91); }
H1.HeaderClassName
{
color: #494D5B;
}
.AnyTagClassName
{
color: #494D5B;
}
</style>
background-color css
<style>
a { background-color: #494D5B; }
a { background-color: rgb(73,77,91); }
div.DivClassName
{
background-color: #494D5B;
}
.BgClassName
{
background-color: #494D5B;
}
</style>
border-color css
<style>
span { border-color: #494D5B; }
span { border-color: rgb(73,77,91); }
td.TdClassName
{
border-color: #494D5B;
}
.TagClassName
{
border-color: #494D5B;
}
</style>