Shades of East Bay #474F60
Tints of East Bay #474F60
RGB
CMYK
RGB Variations
Color information
#474F60 (or 0x474F60) is known color: East Bay. HEX triplet: 47, 4F and 60. RGB value is (71,79,96). Sum of RGB (Red+Green+Blue) = 71+79+96=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 96 - color contains mainly: blue. Hex color #474F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474F60 is #B8B09F. Grayscale: #4E4E4E. Windows color (decimal): -12103840 or 6311751. OLE color: 6311751.
HSL color Cylindrical-coordinate representation of color #474F60: hue angle of 220.8º 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 #474F60 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 79 | 96 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.62 |
| HSL | 220.8º | 0.15% | 0.33% | - |
| HSV(B) | 220.8º | 0.26% | 0.38% | - |
| XYZ | 7.51 | 7.78 | 12.17 | - |
| YUV | 78.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 79 | 96 | 0.26 | 0.18 | 0 | 0.62 | 220.8 | 0.15 | 0.33 |
| Hex | 47 | 4F | 60 | 1A | 12 | 0 | 3E | DD | F | 21 |
| Octal | 107 | 117 | 140 | 32 | 22 | 0 | 76 | 335 | 17 | 41 |
| Binary | 1000111 | 1001111 | 1100000 | 11010 | 10010 | 0 | 111110 | 11011101 | 1111 | 100001 |
Color Harmonies of #474F60
Complementary color
Monochromatic Colors of #474F60
Black with #474F60
Text Example
Text Example
White with #474F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474F60; }
p { color: rgb(71,79,96); }
H1.HeaderClassName
{
color: #474F60;
}
.AnyTagClassName
{
color: #474F60;
}
</style>
background-color css
<style>
a { background-color: #474F60; }
a { background-color: rgb(71,79,96); }
div.DivClassName
{
background-color: #474F60;
}
.BgClassName
{
background-color: #474F60;
}
</style>
border-color css
<style>
span { border-color: #474F60; }
span { border-color: rgb(71,79,96); }
td.TdClassName
{
border-color: #474F60;
}
.TagClassName
{
border-color: #474F60;
}
</style>