Shades of East Bay #47566C
Tints of East Bay #47566C
RGB
CMYK
RGB Variations
Color information
#47566C (or 0x47566C) is known color: East Bay. HEX triplet: 47, 56 and 6C. RGB value is (71,86,108). Sum of RGB (Red+Green+Blue) = 71+86+108=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 108 - color contains mainly: blue. Hex color #47566C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47566C is #B8A993. Grayscale: #535353. Windows color (decimal): -12102036 or 7099975. OLE color: 7099975.
HSL color Cylindrical-coordinate representation of color #47566C: hue angle of 215.68º degrees, saturation: 0.21, 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 #47566C is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 86 | 108 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.58 |
| HSL | 215.68º | 0.21% | 0.35% | - |
| HSV(B) | 215.68º | 0.34% | 0.42% | - |
| XYZ | 8.63 | 9.08 | 15.48 | - |
| YUV | 84.02 | 141.53 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 86 | 108 | 0.34 | 0.20 | 0 | 0.58 | 215.68 | 0.21 | 0.35 |
| Hex | 47 | 56 | 6C | 22 | 14 | 0 | 3A | D8 | 15 | 23 |
| Octal | 107 | 126 | 154 | 42 | 24 | 0 | 72 | 330 | 25 | 43 |
| Binary | 1000111 | 1010110 | 1101100 | 100010 | 10100 | 0 | 111010 | 11011000 | 10101 | 100011 |
Color Harmonies of #47566C
Complementary color
Monochromatic Colors of #47566C
Black with #47566C
Text Example
Text Example
White with #47566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47566C; }
p { color: rgb(71,86,108); }
H1.HeaderClassName
{
color: #47566C;
}
.AnyTagClassName
{
color: #47566C;
}
</style>
background-color css
<style>
a { background-color: #47566C; }
a { background-color: rgb(71,86,108); }
div.DivClassName
{
background-color: #47566C;
}
.BgClassName
{
background-color: #47566C;
}
</style>
border-color css
<style>
span { border-color: #47566C; }
span { border-color: rgb(71,86,108); }
td.TdClassName
{
border-color: #47566C;
}
.TagClassName
{
border-color: #47566C;
}
</style>