Shades of East Bay #474D63
Tints of East Bay #474D63
RGB
CMYK
RGB Variations
Color information
#474D63 (or 0x474D63) is known color: East Bay. HEX triplet: 47, 4D and 63. RGB value is (71,77,99). Sum of RGB (Red+Green+Blue) = 71+77+99=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 99 - color contains mainly: blue. Hex color #474D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474D63 is #B8B29C. Grayscale: #4D4D4D. Windows color (decimal): -12104349 or 6507847. OLE color: 6507847.
HSL color Cylindrical-coordinate representation of color #474D63: hue angle of 227.14º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #474D63 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 77 | 99 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.61 |
| HSL | 227.14º | 0.16% | 0.33% | - |
| HSV(B) | 227.14º | 0.28% | 0.39% | - |
| XYZ | 7.5 | 7.55 | 12.87 | - |
| YUV | 77.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 77 | 99 | 0.28 | 0.22 | 0 | 0.61 | 227.14 | 0.16 | 0.33 |
| Hex | 47 | 4D | 63 | 1C | 16 | 0 | 3D | E3 | 10 | 21 |
| Octal | 107 | 115 | 143 | 34 | 26 | 0 | 75 | 343 | 20 | 41 |
| Binary | 1000111 | 1001101 | 1100011 | 11100 | 10110 | 0 | 111101 | 11100011 | 10000 | 100001 |
Color Harmonies of #474D63
Complementary color
Monochromatic Colors of #474D63
Black with #474D63
Text Example
Text Example
White with #474D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474D63; }
p { color: rgb(71,77,99); }
H1.HeaderClassName
{
color: #474D63;
}
.AnyTagClassName
{
color: #474D63;
}
</style>
background-color css
<style>
a { background-color: #474D63; }
a { background-color: rgb(71,77,99); }
div.DivClassName
{
background-color: #474D63;
}
.BgClassName
{
background-color: #474D63;
}
</style>
border-color css
<style>
span { border-color: #474D63; }
span { border-color: rgb(71,77,99); }
td.TdClassName
{
border-color: #474D63;
}
.TagClassName
{
border-color: #474D63;
}
</style>