Shades of East Bay #474D6D
Tints of East Bay #474D6D
RGB
CMYK
RGB Variations
Color information
#474D6D (or 0x474D6D) is known color: East Bay. HEX triplet: 47, 4D and 6D. RGB value is (71,77,109). Sum of RGB (Red+Green+Blue) = 71+77+109=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 109 - color contains mainly: blue. Hex color #474D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474D6D is #B8B292. Grayscale: #4E4E4E. Windows color (decimal): -12104339 or 7163207. OLE color: 7163207.
HSL color Cylindrical-coordinate representation of color #474D6D: hue angle of 230.53º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #474D6D is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 77 | 109 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.57 |
| HSL | 230.53º | 0.21% | 0.35% | - |
| HSV(B) | 230.53º | 0.35% | 0.43% | - |
| XYZ | 8.01 | 7.75 | 15.54 | - |
| YUV | 78.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 77 | 109 | 0.35 | 0.29 | 0 | 0.57 | 230.53 | 0.21 | 0.35 |
| Hex | 47 | 4D | 6D | 23 | 1D | 0 | 39 | E7 | 15 | 23 |
| Octal | 107 | 115 | 155 | 43 | 35 | 0 | 71 | 347 | 25 | 43 |
| Binary | 1000111 | 1001101 | 1101101 | 100011 | 11101 | 0 | 111001 | 11100111 | 10101 | 100011 |
Color Harmonies of #474D6D
Complementary color
Monochromatic Colors of #474D6D
Black with #474D6D
Text Example
Text Example
White with #474D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474D6D; }
p { color: rgb(71,77,109); }
H1.HeaderClassName
{
color: #474D6D;
}
.AnyTagClassName
{
color: #474D6D;
}
</style>
background-color css
<style>
a { background-color: #474D6D; }
a { background-color: rgb(71,77,109); }
div.DivClassName
{
background-color: #474D6D;
}
.BgClassName
{
background-color: #474D6D;
}
</style>
border-color css
<style>
span { border-color: #474D6D; }
span { border-color: rgb(71,77,109); }
td.TdClassName
{
border-color: #474D6D;
}
.TagClassName
{
border-color: #474D6D;
}
</style>