Shades of Blue Zodiac #474C5C
Tints of Blue Zodiac #474C5C
RGB
CMYK
RGB Variations
Color information
#474C5C (or 0x474C5C) is known color: Blue Zodiac. HEX triplet: 47, 4C and 5C. RGB value is (71,76,92). Sum of RGB (Red+Green+Blue) = 71+76+92=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 92 - color contains mainly: blue. Hex color #474C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C5C is #B8B3A3. Grayscale: #4C4C4C. Windows color (decimal): -12104612 or 6048839. OLE color: 6048839.
HSL color Cylindrical-coordinate representation of color #474C5C: hue angle of 225.71º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #474C5C is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 76 | 92 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.64 |
| HSL | 225.71º | 0.13% | 0.32% | - |
| HSV(B) | 225.71º | 0.23% | 0.36% | - |
| XYZ | 7.11 | 7.28 | 11.16 | - |
| YUV | 76.33 | 136.84 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 92 | 0.23 | 0.17 | 0 | 0.64 | 225.71 | 0.13 | 0.32 |
| Hex | 47 | 4C | 5C | 17 | 11 | 0 | 40 | E2 | D | 20 |
| Octal | 107 | 114 | 134 | 27 | 21 | 0 | 100 | 342 | 15 | 40 |
| Binary | 1000111 | 1001100 | 1011100 | 10111 | 10001 | 0 | 1000000 | 11100010 | 1101 | 100000 |
Color Harmonies of #474C5C
Complementary color
Monochromatic Colors of #474C5C
Black with #474C5C
Text Example
Text Example
White with #474C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474C5C; }
p { color: rgb(71,76,92); }
H1.HeaderClassName
{
color: #474C5C;
}
.AnyTagClassName
{
color: #474C5C;
}
</style>
background-color css
<style>
a { background-color: #474C5C; }
a { background-color: rgb(71,76,92); }
div.DivClassName
{
background-color: #474C5C;
}
.BgClassName
{
background-color: #474C5C;
}
</style>
border-color css
<style>
span { border-color: #474C5C; }
span { border-color: rgb(71,76,92); }
td.TdClassName
{
border-color: #474C5C;
}
.TagClassName
{
border-color: #474C5C;
}
</style>