Shades of East Bay #474E6D
Tints of East Bay #474E6D
RGB
CMYK
RGB Variations
Color information
#474E6D (or 0x474E6D) is known color: East Bay. HEX triplet: 47, 4E and 6D. RGB value is (71,78,109). Sum of RGB (Red+Green+Blue) = 71+78+109=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 109 - color contains mainly: blue. Hex color #474E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E6D is #B8B192. Grayscale: #4F4F4F. Windows color (decimal): -12104083 or 7163463. OLE color: 7163463.
HSL color Cylindrical-coordinate representation of color #474E6D: hue angle of 228.95º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #474E6D is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 78 | 109 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.57 |
| HSL | 228.95º | 0.21% | 0.35% | - |
| HSV(B) | 228.95º | 0.35% | 0.43% | - |
| XYZ | 8.08 | 7.89 | 15.57 | - |
| YUV | 79.44 | 144.68 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 78 | 109 | 0.35 | 0.28 | 0 | 0.57 | 228.95 | 0.21 | 0.35 |
| Hex | 47 | 4E | 6D | 23 | 1C | 0 | 39 | E5 | 15 | 23 |
| Octal | 107 | 116 | 155 | 43 | 34 | 0 | 71 | 345 | 25 | 43 |
| Binary | 1000111 | 1001110 | 1101101 | 100011 | 11100 | 0 | 111001 | 11100101 | 10101 | 100011 |
Color Harmonies of #474E6D
Complementary color
Monochromatic Colors of #474E6D
Black with #474E6D
Text Example
Text Example
White with #474E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474E6D; }
p { color: rgb(71,78,109); }
H1.HeaderClassName
{
color: #474E6D;
}
.AnyTagClassName
{
color: #474E6D;
}
</style>
background-color css
<style>
a { background-color: #474E6D; }
a { background-color: rgb(71,78,109); }
div.DivClassName
{
background-color: #474E6D;
}
.BgClassName
{
background-color: #474E6D;
}
</style>
border-color css
<style>
span { border-color: #474E6D; }
span { border-color: rgb(71,78,109); }
td.TdClassName
{
border-color: #474E6D;
}
.TagClassName
{
border-color: #474E6D;
}
</style>