Shades of East Bay #474C60
Tints of East Bay #474C60
RGB
CMYK
RGB Variations
Color information
#474C60 (or 0x474C60) is known color: East Bay. HEX triplet: 47, 4C and 60. RGB value is (71,76,96). Sum of RGB (Red+Green+Blue) = 71+76+96=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 96 - color contains mainly: blue. Hex color #474C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C60 is #B8B39F. Grayscale: #4C4C4C. Windows color (decimal): -12104608 or 6310983. OLE color: 6310983.
HSL color Cylindrical-coordinate representation of color #474C60: hue angle of 228º 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 #474C60 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 76 | 96 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.62 |
| HSL | 228º | 0.15% | 0.33% | - |
| HSV(B) | 228º | 0.26% | 0.38% | - |
| XYZ | 7.29 | 7.35 | 12.1 | - |
| YUV | 76.79 | 138.84 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 96 | 0.26 | 0.21 | 0 | 0.62 | 228 | 0.15 | 0.33 |
| Hex | 47 | 4C | 60 | 1A | 15 | 0 | 3E | E4 | F | 21 |
| Octal | 107 | 114 | 140 | 32 | 25 | 0 | 76 | 344 | 17 | 41 |
| Binary | 1000111 | 1001100 | 1100000 | 11010 | 10101 | 0 | 111110 | 11100100 | 1111 | 100001 |
Color Harmonies of #474C60
Complementary color
Monochromatic Colors of #474C60
Black with #474C60
Text Example
Text Example
White with #474C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474C60; }
p { color: rgb(71,76,96); }
H1.HeaderClassName
{
color: #474C60;
}
.AnyTagClassName
{
color: #474C60;
}
</style>
background-color css
<style>
a { background-color: #474C60; }
a { background-color: rgb(71,76,96); }
div.DivClassName
{
background-color: #474C60;
}
.BgClassName
{
background-color: #474C60;
}
</style>
border-color css
<style>
span { border-color: #474C60; }
span { border-color: rgb(71,76,96); }
td.TdClassName
{
border-color: #474C60;
}
.TagClassName
{
border-color: #474C60;
}
</style>