Shades of East Bay #474E70
Tints of East Bay #474E70
RGB
CMYK
RGB Variations
Color information
#474E70 (or 0x474E70) is known color: East Bay. HEX triplet: 47, 4E and 70. RGB value is (71,78,112). Sum of RGB (Red+Green+Blue) = 71+78+112=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 112 - color contains mainly: blue. Hex color #474E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E70 is #B8B18F. Grayscale: #4F4F4F. Windows color (decimal): -12104080 or 7360071. OLE color: 7360071.
HSL color Cylindrical-coordinate representation of color #474E70: hue angle of 229.76º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #474E70 is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 78 | 112 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.56 |
| HSL | 229.76º | 0.22% | 0.36% | - |
| HSV(B) | 229.76º | 0.37% | 0.44% | - |
| XYZ | 8.25 | 7.96 | 16.43 | - |
| YUV | 79.78 | 146.18 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 78 | 112 | 0.37 | 0.30 | 0 | 0.56 | 229.76 | 0.22 | 0.36 |
| Hex | 47 | 4E | 70 | 25 | 1E | 0 | 38 | E6 | 16 | 24 |
| Octal | 107 | 116 | 160 | 45 | 36 | 0 | 70 | 346 | 26 | 44 |
| Binary | 1000111 | 1001110 | 1110000 | 100101 | 11110 | 0 | 111000 | 11100110 | 10110 | 100100 |
Color Harmonies of #474E70
Complementary color
Monochromatic Colors of #474E70
Black with #474E70
Text Example
Text Example
White with #474E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474E70; }
p { color: rgb(71,78,112); }
H1.HeaderClassName
{
color: #474E70;
}
.AnyTagClassName
{
color: #474E70;
}
</style>
background-color css
<style>
a { background-color: #474E70; }
a { background-color: rgb(71,78,112); }
div.DivClassName
{
background-color: #474E70;
}
.BgClassName
{
background-color: #474E70;
}
</style>
border-color css
<style>
span { border-color: #474E70; }
span { border-color: rgb(71,78,112); }
td.TdClassName
{
border-color: #474E70;
}
.TagClassName
{
border-color: #474E70;
}
</style>