Shades of East Bay #47566A
Tints of East Bay #47566A
RGB
CMYK
RGB Variations
Color information
#47566A (or 0x47566A) is known color: East Bay. HEX triplet: 47, 56 and 6A. RGB value is (71,86,106). Sum of RGB (Red+Green+Blue) = 71+86+106=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 106 (41.80% from 255 or 40.30% from 263); Max value from RGB is 106 - color contains mainly: blue. Hex color #47566A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47566A is #B8A995. Grayscale: #535353. Windows color (decimal): -12102038 or 6968903. OLE color: 6968903.
HSL color Cylindrical-coordinate representation of color #47566A: hue angle of 214.29º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #47566A is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 86 | 106 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.58 |
| HSL | 214.29º | 0.2% | 0.35% | - |
| HSV(B) | 214.29º | 0.33% | 0.42% | - |
| XYZ | 8.53 | 9.04 | 14.93 | - |
| YUV | 83.8 | 140.53 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 86 | 106 | 0.33 | 0.19 | 0 | 0.58 | 214.29 | 0.2 | 0.35 |
| Hex | 47 | 56 | 6A | 21 | 13 | 0 | 3A | D6 | 14 | 23 |
| Octal | 107 | 126 | 152 | 41 | 23 | 0 | 72 | 326 | 24 | 43 |
| Binary | 1000111 | 1010110 | 1101010 | 100001 | 10011 | 0 | 111010 | 11010110 | 10100 | 100011 |
Color Harmonies of #47566A
Complementary color
Monochromatic Colors of #47566A
Black with #47566A
Text Example
Text Example
White with #47566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47566A; }
p { color: rgb(71,86,106); }
H1.HeaderClassName
{
color: #47566A;
}
.AnyTagClassName
{
color: #47566A;
}
</style>
background-color css
<style>
a { background-color: #47566A; }
a { background-color: rgb(71,86,106); }
div.DivClassName
{
background-color: #47566A;
}
.BgClassName
{
background-color: #47566A;
}
</style>
border-color css
<style>
span { border-color: #47566A; }
span { border-color: rgb(71,86,106); }
td.TdClassName
{
border-color: #47566A;
}
.TagClassName
{
border-color: #47566A;
}
</style>