Shades of East Bay #474E6C
Tints of East Bay #474E6C
RGB
CMYK
RGB Variations
Color information
#474E6C (or 0x474E6C) is known color: East Bay. HEX triplet: 47, 4E and 6C. RGB value is (71,78,108). Sum of RGB (Red+Green+Blue) = 71+78+108=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 108 - color contains mainly: blue. Hex color #474E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E6C is #B8B193. Grayscale: #4F4F4F. Windows color (decimal): -12104084 or 7097927. OLE color: 7097927.
HSL color Cylindrical-coordinate representation of color #474E6C: hue angle of 228.65º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #474E6C is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 78 | 108 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.58 |
| HSL | 228.65º | 0.21% | 0.35% | - |
| HSV(B) | 228.65º | 0.34% | 0.42% | - |
| XYZ | 8.03 | 7.87 | 15.28 | - |
| YUV | 79.33 | 144.18 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 78 | 108 | 0.34 | 0.28 | 0 | 0.58 | 228.65 | 0.21 | 0.35 |
| Hex | 47 | 4E | 6C | 22 | 1C | 0 | 3A | E5 | 15 | 23 |
| Octal | 107 | 116 | 154 | 42 | 34 | 0 | 72 | 345 | 25 | 43 |
| Binary | 1000111 | 1001110 | 1101100 | 100010 | 11100 | 0 | 111010 | 11100101 | 10101 | 100011 |
Color Harmonies of #474E6C
Complementary color
Monochromatic Colors of #474E6C
Black with #474E6C
Text Example
Text Example
White with #474E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474E6C; }
p { color: rgb(71,78,108); }
H1.HeaderClassName
{
color: #474E6C;
}
.AnyTagClassName
{
color: #474E6C;
}
</style>
background-color css
<style>
a { background-color: #474E6C; }
a { background-color: rgb(71,78,108); }
div.DivClassName
{
background-color: #474E6C;
}
.BgClassName
{
background-color: #474E6C;
}
</style>
border-color css
<style>
span { border-color: #474E6C; }
span { border-color: rgb(71,78,108); }
td.TdClassName
{
border-color: #474E6C;
}
.TagClassName
{
border-color: #474E6C;
}
</style>