Shades of East Bay #474C5F
Tints of East Bay #474C5F
RGB
CMYK
RGB Variations
Color information
#474C5F (or 0x474C5F) is known color: East Bay. HEX triplet: 47, 4C and 5F. RGB value is (71,76,95). Sum of RGB (Red+Green+Blue) = 71+76+95=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 95 - color contains mainly: blue. Hex color #474C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C5F is #B8B3A0. Grayscale: #4C4C4C. Windows color (decimal): -12104609 or 6245447. OLE color: 6245447.
HSL color Cylindrical-coordinate representation of color #474C5F: hue angle of 227.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #474C5F is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 76 | 95 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.63 |
| HSL | 227.5º | 0.14% | 0.33% | - |
| HSV(B) | 227.5º | 0.25% | 0.37% | - |
| XYZ | 7.25 | 7.33 | 11.86 | - |
| YUV | 76.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 95 | 0.25 | 0.20 | 0 | 0.63 | 227.5 | 0.14 | 0.33 |
| Hex | 47 | 4C | 5F | 19 | 14 | 0 | 3F | E4 | E | 21 |
| Octal | 107 | 114 | 137 | 31 | 24 | 0 | 77 | 344 | 16 | 41 |
| Binary | 1000111 | 1001100 | 1011111 | 11001 | 10100 | 0 | 111111 | 11100100 | 1110 | 100001 |
Color Harmonies of #474C5F
Complementary color
Monochromatic Colors of #474C5F
Black with #474C5F
Text Example
Text Example
White with #474C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474C5F; }
p { color: rgb(71,76,95); }
H1.HeaderClassName
{
color: #474C5F;
}
.AnyTagClassName
{
color: #474C5F;
}
</style>
background-color css
<style>
a { background-color: #474C5F; }
a { background-color: rgb(71,76,95); }
div.DivClassName
{
background-color: #474C5F;
}
.BgClassName
{
background-color: #474C5F;
}
</style>
border-color css
<style>
span { border-color: #474C5F; }
span { border-color: rgb(71,76,95); }
td.TdClassName
{
border-color: #474C5F;
}
.TagClassName
{
border-color: #474C5F;
}
</style>