Shades of East Bay #474E65
Tints of East Bay #474E65
RGB
CMYK
RGB Variations
Color information
#474E65 (or 0x474E65) is known color: East Bay. HEX triplet: 47, 4E and 65. RGB value is (71,78,101). Sum of RGB (Red+Green+Blue) = 71+78+101=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 101 - color contains mainly: blue. Hex color #474E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E65 is #B8B19A. Grayscale: #4E4E4E. Windows color (decimal): -12104091 or 6639175. OLE color: 6639175.
HSL color Cylindrical-coordinate representation of color #474E65: hue angle of 226º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #474E65 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 78 | 101 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.60 |
| HSL | 226º | 0.17% | 0.34% | - |
| HSV(B) | 226º | 0.3% | 0.4% | - |
| XYZ | 7.67 | 7.73 | 13.4 | - |
| YUV | 78.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 78 | 101 | 0.30 | 0.23 | 0 | 0.60 | 226 | 0.17 | 0.34 |
| Hex | 47 | 4E | 65 | 1E | 17 | 0 | 3C | E2 | 11 | 22 |
| Octal | 107 | 116 | 145 | 36 | 27 | 0 | 74 | 342 | 21 | 42 |
| Binary | 1000111 | 1001110 | 1100101 | 11110 | 10111 | 0 | 111100 | 11100010 | 10001 | 100010 |
Color Harmonies of #474E65
Complementary color
Monochromatic Colors of #474E65
Black with #474E65
Text Example
Text Example
White with #474E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474E65; }
p { color: rgb(71,78,101); }
H1.HeaderClassName
{
color: #474E65;
}
.AnyTagClassName
{
color: #474E65;
}
</style>
background-color css
<style>
a { background-color: #474E65; }
a { background-color: rgb(71,78,101); }
div.DivClassName
{
background-color: #474E65;
}
.BgClassName
{
background-color: #474E65;
}
</style>
border-color css
<style>
span { border-color: #474E65; }
span { border-color: rgb(71,78,101); }
td.TdClassName
{
border-color: #474E65;
}
.TagClassName
{
border-color: #474E65;
}
</style>