Shades of Blue Zodiac #474955
Tints of Blue Zodiac #474955
RGB
CMYK
RGB Variations
Color information
#474955 (or 0x474955) is known color: Blue Zodiac. HEX triplet: 47, 49 and 55. RGB value is (71,73,85). Sum of RGB (Red+Green+Blue) = 71+73+85=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 85 - color contains mainly: blue. Hex color #474955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474955 is #B8B6AA. Grayscale: #494949. Windows color (decimal): -12105387 or 5589319. OLE color: 5589319.
HSL color Cylindrical-coordinate representation of color #474955: hue angle of 231.43º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #474955 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 73 | 85 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.67 |
| HSL | 231.43º | 0.09% | 0.31% | - |
| HSV(B) | 231.43º | 0.16% | 0.33% | - |
| XYZ | 6.62 | 6.76 | 9.55 | - |
| YUV | 73.77 | 134.34 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 73 | 85 | 0.16 | 0.14 | 0 | 0.67 | 231.43 | 0.09 | 0.31 |
| Hex | 47 | 49 | 55 | 10 | E | 0 | 43 | E7 | 9 | 1F |
| Octal | 107 | 111 | 125 | 20 | 16 | 0 | 103 | 347 | 11 | 37 |
| Binary | 1000111 | 1001001 | 1010101 | 10000 | 1110 | 0 | 1000011 | 11100111 | 1001 | 11111 |
Color Harmonies of #474955
Complementary color
Monochromatic Colors of #474955
Black with #474955
Text Example
Text Example
White with #474955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474955; }
p { color: rgb(71,73,85); }
H1.HeaderClassName
{
color: #474955;
}
.AnyTagClassName
{
color: #474955;
}
</style>
background-color css
<style>
a { background-color: #474955; }
a { background-color: rgb(71,73,85); }
div.DivClassName
{
background-color: #474955;
}
.BgClassName
{
background-color: #474955;
}
</style>
border-color css
<style>
span { border-color: #474955; }
span { border-color: rgb(71,73,85); }
td.TdClassName
{
border-color: #474955;
}
.TagClassName
{
border-color: #474955;
}
</style>