Shades of East Bay #474E60
Tints of East Bay #474E60
RGB
CMYK
RGB Variations
Color information
#474E60 (or 0x474E60) is known color: East Bay. HEX triplet: 47, 4E and 60. RGB value is (71,78,96). Sum of RGB (Red+Green+Blue) = 71+78+96=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 96 - color contains mainly: blue. Hex color #474E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E60 is #B8B19F. Grayscale: #4D4D4D. Windows color (decimal): -12104096 or 6311495. OLE color: 6311495.
HSL color Cylindrical-coordinate representation of color #474E60: hue angle of 223.2º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #474E60 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 78 | 96 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.62 |
| HSL | 223.2º | 0.15% | 0.33% | - |
| HSV(B) | 223.2º | 0.26% | 0.38% | - |
| XYZ | 7.43 | 7.63 | 12.15 | - |
| YUV | 77.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 78 | 96 | 0.26 | 0.19 | 0 | 0.62 | 223.2 | 0.15 | 0.33 |
| Hex | 47 | 4E | 60 | 1A | 13 | 0 | 3E | DF | F | 21 |
| Octal | 107 | 116 | 140 | 32 | 23 | 0 | 76 | 337 | 17 | 41 |
| Binary | 1000111 | 1001110 | 1100000 | 11010 | 10011 | 0 | 111110 | 11011111 | 1111 | 100001 |
Color Harmonies of #474E60
Complementary color
Monochromatic Colors of #474E60
Black with #474E60
Text Example
Text Example
White with #474E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474E60; }
p { color: rgb(71,78,96); }
H1.HeaderClassName
{
color: #474E60;
}
.AnyTagClassName
{
color: #474E60;
}
</style>
background-color css
<style>
a { background-color: #474E60; }
a { background-color: rgb(71,78,96); }
div.DivClassName
{
background-color: #474E60;
}
.BgClassName
{
background-color: #474E60;
}
</style>
border-color css
<style>
span { border-color: #474E60; }
span { border-color: rgb(71,78,96); }
td.TdClassName
{
border-color: #474E60;
}
.TagClassName
{
border-color: #474E60;
}
</style>