Shades of East Bay #474E5F
Tints of East Bay #474E5F
RGB
CMYK
RGB Variations
Color information
#474E5F (or 0x474E5F) is known color: East Bay. HEX triplet: 47, 4E and 5F. RGB value is (71,78,95). Sum of RGB (Red+Green+Blue) = 71+78+95=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 95 - color contains mainly: blue. Hex color #474E5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E5F is #B8B1A0. Grayscale: #4D4D4D. Windows color (decimal): -12104097 or 6245959. OLE color: 6245959.
HSL color Cylindrical-coordinate representation of color #474E5F: hue angle of 222.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 #474E5F is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 78 | 95 | - |
| CMYK | 0.25 | 0.18 | 0 | 0.63 |
| HSL | 222.5º | 0.14% | 0.33% | - |
| HSV(B) | 222.5º | 0.25% | 0.37% | - |
| XYZ | 7.39 | 7.61 | 11.91 | - |
| YUV | 77.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 78 | 95 | 0.25 | 0.18 | 0 | 0.63 | 222.5 | 0.14 | 0.33 |
| Hex | 47 | 4E | 5F | 19 | 12 | 0 | 3F | DE | E | 21 |
| Octal | 107 | 116 | 137 | 31 | 22 | 0 | 77 | 336 | 16 | 41 |
| Binary | 1000111 | 1001110 | 1011111 | 11001 | 10010 | 0 | 111111 | 11011110 | 1110 | 100001 |
Color Harmonies of #474E5F
Complementary color
Monochromatic Colors of #474E5F
Black with #474E5F
Text Example
Text Example
White with #474E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474E5F; }
p { color: rgb(71,78,95); }
H1.HeaderClassName
{
color: #474E5F;
}
.AnyTagClassName
{
color: #474E5F;
}
</style>
background-color css
<style>
a { background-color: #474E5F; }
a { background-color: rgb(71,78,95); }
div.DivClassName
{
background-color: #474E5F;
}
.BgClassName
{
background-color: #474E5F;
}
</style>
border-color css
<style>
span { border-color: #474E5F; }
span { border-color: rgb(71,78,95); }
td.TdClassName
{
border-color: #474E5F;
}
.TagClassName
{
border-color: #474E5F;
}
</style>