Shades of East Bay #47566D
Tints of East Bay #47566D
RGB
CMYK
RGB Variations
Color information
#47566D (or 0x47566D) is known color: East Bay. HEX triplet: 47, 56 and 6D. RGB value is (71,86,109). Sum of RGB (Red+Green+Blue) = 71+86+109=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 109 - color contains mainly: blue. Hex color #47566D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47566D is #B8A992. Grayscale: #545454. Windows color (decimal): -12102035 or 7165511. OLE color: 7165511.
HSL color Cylindrical-coordinate representation of color #47566D: hue angle of 216.32º 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 #47566D is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 86 | 109 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.57 |
| HSL | 216.32º | 0.21% | 0.35% | - |
| HSV(B) | 216.32º | 0.35% | 0.43% | - |
| XYZ | 8.69 | 9.1 | 15.77 | - |
| YUV | 84.14 | 142.03 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 86 | 109 | 0.35 | 0.21 | 0 | 0.57 | 216.32 | 0.21 | 0.35 |
| Hex | 47 | 56 | 6D | 23 | 15 | 0 | 39 | D8 | 15 | 23 |
| Octal | 107 | 126 | 155 | 43 | 25 | 0 | 71 | 330 | 25 | 43 |
| Binary | 1000111 | 1010110 | 1101101 | 100011 | 10101 | 0 | 111001 | 11011000 | 10101 | 100011 |
Color Harmonies of #47566D
Complementary color
Monochromatic Colors of #47566D
Black with #47566D
Text Example
Text Example
White with #47566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47566D; }
p { color: rgb(71,86,109); }
H1.HeaderClassName
{
color: #47566D;
}
.AnyTagClassName
{
color: #47566D;
}
</style>
background-color css
<style>
a { background-color: #47566D; }
a { background-color: rgb(71,86,109); }
div.DivClassName
{
background-color: #47566D;
}
.BgClassName
{
background-color: #47566D;
}
</style>
border-color css
<style>
span { border-color: #47566D; }
span { border-color: rgb(71,86,109); }
td.TdClassName
{
border-color: #47566D;
}
.TagClassName
{
border-color: #47566D;
}
</style>