Shades of East Bay #47566B
Tints of East Bay #47566B
RGB
CMYK
RGB Variations
Color information
#47566B (or 0x47566B) is known color: East Bay. HEX triplet: 47, 56 and 6B. RGB value is (71,86,107). Sum of RGB (Red+Green+Blue) = 71+86+107=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 107 - color contains mainly: blue. Hex color #47566B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47566B is #B8A994. Grayscale: #535353. Windows color (decimal): -12102037 or 7034439. OLE color: 7034439.
HSL color Cylindrical-coordinate representation of color #47566B: hue angle of 215º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #47566B is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 86 | 107 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.58 |
| HSL | 215º | 0.2% | 0.35% | - |
| HSV(B) | 215º | 0.34% | 0.42% | - |
| XYZ | 8.58 | 9.06 | 15.21 | - |
| YUV | 83.91 | 141.03 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 86 | 107 | 0.34 | 0.20 | 0 | 0.58 | 215 | 0.2 | 0.35 |
| Hex | 47 | 56 | 6B | 22 | 14 | 0 | 3A | D7 | 14 | 23 |
| Octal | 107 | 126 | 153 | 42 | 24 | 0 | 72 | 327 | 24 | 43 |
| Binary | 1000111 | 1010110 | 1101011 | 100010 | 10100 | 0 | 111010 | 11010111 | 10100 | 100011 |
Color Harmonies of #47566B
Complementary color
Monochromatic Colors of #47566B
Black with #47566B
Text Example
Text Example
White with #47566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47566B; }
p { color: rgb(71,86,107); }
H1.HeaderClassName
{
color: #47566B;
}
.AnyTagClassName
{
color: #47566B;
}
</style>
background-color css
<style>
a { background-color: #47566B; }
a { background-color: rgb(71,86,107); }
div.DivClassName
{
background-color: #47566B;
}
.BgClassName
{
background-color: #47566B;
}
</style>
border-color css
<style>
span { border-color: #47566B; }
span { border-color: rgb(71,86,107); }
td.TdClassName
{
border-color: #47566B;
}
.TagClassName
{
border-color: #47566B;
}
</style>