Shades of East Bay #474C64
Tints of East Bay #474C64
RGB
CMYK
RGB Variations
Color information
#474C64 (or 0x474C64) is known color: East Bay. HEX triplet: 47, 4C and 64. RGB value is (71,76,100). Sum of RGB (Red+Green+Blue) = 71+76+100=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 100 (39.45% from 255 or 40.49% from 247); Max value from RGB is 100 - color contains mainly: blue. Hex color #474C64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C64 is #B8B39B. Grayscale: #4D4D4D. Windows color (decimal): -12104604 or 6573127. OLE color: 6573127.
HSL color Cylindrical-coordinate representation of color #474C64: hue angle of 229.66º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #474C64 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 76 | 100 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.61 |
| HSL | 229.66º | 0.17% | 0.34% | - |
| HSV(B) | 229.66º | 0.29% | 0.39% | - |
| XYZ | 7.48 | 7.43 | 13.1 | - |
| YUV | 77.24 | 140.84 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 100 | 0.29 | 0.24 | 0 | 0.61 | 229.66 | 0.17 | 0.34 |
| Hex | 47 | 4C | 64 | 1D | 18 | 0 | 3D | E6 | 11 | 22 |
| Octal | 107 | 114 | 144 | 35 | 30 | 0 | 75 | 346 | 21 | 42 |
| Binary | 1000111 | 1001100 | 1100100 | 11101 | 11000 | 0 | 111101 | 11100110 | 10001 | 100010 |
Color Harmonies of #474C64
Complementary color
Monochromatic Colors of #474C64
Black with #474C64
Text Example
Text Example
White with #474C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474C64; }
p { color: rgb(71,76,100); }
H1.HeaderClassName
{
color: #474C64;
}
.AnyTagClassName
{
color: #474C64;
}
</style>
background-color css
<style>
a { background-color: #474C64; }
a { background-color: rgb(71,76,100); }
div.DivClassName
{
background-color: #474C64;
}
.BgClassName
{
background-color: #474C64;
}
</style>
border-color css
<style>
span { border-color: #474C64; }
span { border-color: rgb(71,76,100); }
td.TdClassName
{
border-color: #474C64;
}
.TagClassName
{
border-color: #474C64;
}
</style>