Shades of East Bay #474C61
Tints of East Bay #474C61
RGB
CMYK
RGB Variations
Color information
#474C61 (or 0x474C61) is known color: East Bay. HEX triplet: 47, 4C and 61. RGB value is (71,76,97). Sum of RGB (Red+Green+Blue) = 71+76+97=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 97 - color contains mainly: blue. Hex color #474C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C61 is #B8B39E. Grayscale: #4C4C4C. Windows color (decimal): -12104607 or 6376519. OLE color: 6376519.
HSL color Cylindrical-coordinate representation of color #474C61: hue angle of 228.46º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #474C61 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 76 | 97 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.62 |
| HSL | 228.46º | 0.15% | 0.33% | - |
| HSV(B) | 228.46º | 0.27% | 0.38% | - |
| XYZ | 7.34 | 7.37 | 12.35 | - |
| YUV | 76.9 | 139.34 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 97 | 0.27 | 0.22 | 0 | 0.62 | 228.46 | 0.15 | 0.33 |
| Hex | 47 | 4C | 61 | 1B | 16 | 0 | 3E | E4 | F | 21 |
| Octal | 107 | 114 | 141 | 33 | 26 | 0 | 76 | 344 | 17 | 41 |
| Binary | 1000111 | 1001100 | 1100001 | 11011 | 10110 | 0 | 111110 | 11100100 | 1111 | 100001 |
Color Harmonies of #474C61
Complementary color
Monochromatic Colors of #474C61
Black with #474C61
Text Example
Text Example
White with #474C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474C61; }
p { color: rgb(71,76,97); }
H1.HeaderClassName
{
color: #474C61;
}
.AnyTagClassName
{
color: #474C61;
}
</style>
background-color css
<style>
a { background-color: #474C61; }
a { background-color: rgb(71,76,97); }
div.DivClassName
{
background-color: #474C61;
}
.BgClassName
{
background-color: #474C61;
}
</style>
border-color css
<style>
span { border-color: #474C61; }
span { border-color: rgb(71,76,97); }
td.TdClassName
{
border-color: #474C61;
}
.TagClassName
{
border-color: #474C61;
}
</style>