Shades of East Bay #474D5F
Tints of East Bay #474D5F
RGB
CMYK
RGB Variations
Color information
#474D5F (or 0x474D5F) is known color: East Bay. HEX triplet: 47, 4D and 5F. RGB value is (71,77,95). Sum of RGB (Red+Green+Blue) = 71+77+95=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 95 - color contains mainly: blue. Hex color #474D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474D5F is #B8B2A0. Grayscale: #4D4D4D. Windows color (decimal): -12104353 or 6245703. OLE color: 6245703.
HSL color Cylindrical-coordinate representation of color #474D5F: hue angle of 225º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #474D5F is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 77 | 95 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.63 |
| HSL | 225º | 0.14% | 0.33% | - |
| HSV(B) | 225º | 0.25% | 0.37% | - |
| XYZ | 7.32 | 7.47 | 11.88 | - |
| YUV | 77.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 77 | 95 | 0.25 | 0.19 | 0 | 0.63 | 225 | 0.14 | 0.33 |
| Hex | 47 | 4D | 5F | 19 | 13 | 0 | 3F | E1 | E | 21 |
| Octal | 107 | 115 | 137 | 31 | 23 | 0 | 77 | 341 | 16 | 41 |
| Binary | 1000111 | 1001101 | 1011111 | 11001 | 10011 | 0 | 111111 | 11100001 | 1110 | 100001 |
Color Harmonies of #474D5F
Complementary color
Monochromatic Colors of #474D5F
Black with #474D5F
Text Example
Text Example
White with #474D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474D5F; }
p { color: rgb(71,77,95); }
H1.HeaderClassName
{
color: #474D5F;
}
.AnyTagClassName
{
color: #474D5F;
}
</style>
background-color css
<style>
a { background-color: #474D5F; }
a { background-color: rgb(71,77,95); }
div.DivClassName
{
background-color: #474D5F;
}
.BgClassName
{
background-color: #474D5F;
}
</style>
border-color css
<style>
span { border-color: #474D5F; }
span { border-color: rgb(71,77,95); }
td.TdClassName
{
border-color: #474D5F;
}
.TagClassName
{
border-color: #474D5F;
}
</style>