Shades of East Bay #474C69
Tints of East Bay #474C69
RGB
CMYK
RGB Variations
Color information
#474C69 (or 0x474C69) is known color: East Bay. HEX triplet: 47, 4C and 69. RGB value is (71,76,105). Sum of RGB (Red+Green+Blue) = 71+76+105=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 105 - color contains mainly: blue. Hex color #474C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C69 is #B8B396. Grayscale: #4D4D4D. Windows color (decimal): -12104599 or 6900807. OLE color: 6900807.
HSL color Cylindrical-coordinate representation of color #474C69: hue angle of 231.18º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #474C69 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 76 | 105 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.59 |
| HSL | 231.18º | 0.19% | 0.35% | - |
| HSV(B) | 231.18º | 0.32% | 0.41% | - |
| XYZ | 7.73 | 7.53 | 14.41 | - |
| YUV | 77.81 | 143.34 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 105 | 0.32 | 0.28 | 0 | 0.59 | 231.18 | 0.19 | 0.35 |
| Hex | 47 | 4C | 69 | 20 | 1C | 0 | 3B | E7 | 13 | 23 |
| Octal | 107 | 114 | 151 | 40 | 34 | 0 | 73 | 347 | 23 | 43 |
| Binary | 1000111 | 1001100 | 1101001 | 100000 | 11100 | 0 | 111011 | 11100111 | 10011 | 100011 |
Color Harmonies of #474C69
Complementary color
Monochromatic Colors of #474C69
Black with #474C69
Text Example
Text Example
White with #474C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474C69; }
p { color: rgb(71,76,105); }
H1.HeaderClassName
{
color: #474C69;
}
.AnyTagClassName
{
color: #474C69;
}
</style>
background-color css
<style>
a { background-color: #474C69; }
a { background-color: rgb(71,76,105); }
div.DivClassName
{
background-color: #474C69;
}
.BgClassName
{
background-color: #474C69;
}
</style>
border-color css
<style>
span { border-color: #474C69; }
span { border-color: rgb(71,76,105); }
td.TdClassName
{
border-color: #474C69;
}
.TagClassName
{
border-color: #474C69;
}
</style>