Shades of East Bay #474E62
Tints of East Bay #474E62
RGB
CMYK
RGB Variations
Color information
#474E62 (or 0x474E62) is known color: East Bay. HEX triplet: 47, 4E and 62. RGB value is (71,78,98). Sum of RGB (Red+Green+Blue) = 71+78+98=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 98 - color contains mainly: blue. Hex color #474E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E62 is #B8B19D. Grayscale: #4E4E4E. Windows color (decimal): -12104094 or 6442567. OLE color: 6442567.
HSL color Cylindrical-coordinate representation of color #474E62: hue angle of 224.44º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #474E62 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 78 | 98 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.62 |
| HSL | 224.44º | 0.16% | 0.33% | - |
| HSV(B) | 224.44º | 0.28% | 0.38% | - |
| XYZ | 7.53 | 7.67 | 12.64 | - |
| YUV | 78.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 78 | 98 | 0.28 | 0.20 | 0 | 0.62 | 224.44 | 0.16 | 0.33 |
| Hex | 47 | 4E | 62 | 1C | 14 | 0 | 3E | E0 | 10 | 21 |
| Octal | 107 | 116 | 142 | 34 | 24 | 0 | 76 | 340 | 20 | 41 |
| Binary | 1000111 | 1001110 | 1100010 | 11100 | 10100 | 0 | 111110 | 11100000 | 10000 | 100001 |
Color Harmonies of #474E62
Complementary color
Monochromatic Colors of #474E62
Black with #474E62
Text Example
Text Example
White with #474E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474E62; }
p { color: rgb(71,78,98); }
H1.HeaderClassName
{
color: #474E62;
}
.AnyTagClassName
{
color: #474E62;
}
</style>
background-color css
<style>
a { background-color: #474E62; }
a { background-color: rgb(71,78,98); }
div.DivClassName
{
background-color: #474E62;
}
.BgClassName
{
background-color: #474E62;
}
</style>
border-color css
<style>
span { border-color: #474E62; }
span { border-color: rgb(71,78,98); }
td.TdClassName
{
border-color: #474E62;
}
.TagClassName
{
border-color: #474E62;
}
</style>