Shades of Blue Zodiac #474C5B
Tints of Blue Zodiac #474C5B
RGB
CMYK
RGB Variations
Color information
#474C5B (or 0x474C5B) is known color: Blue Zodiac. HEX triplet: 47, 4C and 5B. RGB value is (71,76,91). Sum of RGB (Red+Green+Blue) = 71+76+91=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 91 - color contains mainly: blue. Hex color #474C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C5B is #B8B3A4. Grayscale: #4C4C4C. Windows color (decimal): -12104613 or 5983303. OLE color: 5983303.
HSL color Cylindrical-coordinate representation of color #474C5B: hue angle of 225º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #474C5B is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 76 | 91 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.64 |
| HSL | 225º | 0.12% | 0.32% | - |
| HSV(B) | 225º | 0.22% | 0.36% | - |
| XYZ | 7.07 | 7.26 | 10.93 | - |
| YUV | 76.22 | 136.34 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 91 | 0.22 | 0.16 | 0 | 0.64 | 225 | 0.12 | 0.32 |
| Hex | 47 | 4C | 5B | 16 | 10 | 0 | 40 | E1 | C | 20 |
| Octal | 107 | 114 | 133 | 26 | 20 | 0 | 100 | 341 | 14 | 40 |
| Binary | 1000111 | 1001100 | 1011011 | 10110 | 10000 | 0 | 1000000 | 11100001 | 1100 | 100000 |
Color Harmonies of #474C5B
Complementary color
Monochromatic Colors of #474C5B
Black with #474C5B
Text Example
Text Example
White with #474C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474C5B; }
p { color: rgb(71,76,91); }
H1.HeaderClassName
{
color: #474C5B;
}
.AnyTagClassName
{
color: #474C5B;
}
</style>
background-color css
<style>
a { background-color: #474C5B; }
a { background-color: rgb(71,76,91); }
div.DivClassName
{
background-color: #474C5B;
}
.BgClassName
{
background-color: #474C5B;
}
</style>
border-color css
<style>
span { border-color: #474C5B; }
span { border-color: rgb(71,76,91); }
td.TdClassName
{
border-color: #474C5B;
}
.TagClassName
{
border-color: #474C5B;
}
</style>