Shades of East Bay #47536E
Tints of East Bay #47536E
RGB
CMYK
RGB Variations
Color information
#47536E (or 0x47536E) is known color: East Bay. HEX triplet: 47, 53 and 6E. RGB value is (71,83,110). Sum of RGB (Red+Green+Blue) = 71+83+110=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 110 - color contains mainly: blue. Hex color #47536E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47536E is #B8AC91. Grayscale: #525252. Windows color (decimal): -12102802 or 7230279. OLE color: 7230279.
HSL color Cylindrical-coordinate representation of color #47536E: hue angle of 221.54º degrees, saturation: 0.22, 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 #47536E is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 83 | 110 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.57 |
| HSL | 221.54º | 0.22% | 0.35% | - |
| HSV(B) | 221.54º | 0.35% | 0.43% | - |
| XYZ | 8.51 | 8.65 | 15.97 | - |
| YUV | 82.49 | 143.52 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 83 | 110 | 0.35 | 0.25 | 0 | 0.57 | 221.54 | 0.22 | 0.35 |
| Hex | 47 | 53 | 6E | 23 | 19 | 0 | 39 | DE | 16 | 23 |
| Octal | 107 | 123 | 156 | 43 | 31 | 0 | 71 | 336 | 26 | 43 |
| Binary | 1000111 | 1010011 | 1101110 | 100011 | 11001 | 0 | 111001 | 11011110 | 10110 | 100011 |
Color Harmonies of #47536E
Complementary color
Monochromatic Colors of #47536E
Black with #47536E
Text Example
Text Example
White with #47536E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47536E; }
p { color: rgb(71,83,110); }
H1.HeaderClassName
{
color: #47536E;
}
.AnyTagClassName
{
color: #47536E;
}
</style>
background-color css
<style>
a { background-color: #47536E; }
a { background-color: rgb(71,83,110); }
div.DivClassName
{
background-color: #47536E;
}
.BgClassName
{
background-color: #47536E;
}
</style>
border-color css
<style>
span { border-color: #47536E; }
span { border-color: rgb(71,83,110); }
td.TdClassName
{
border-color: #47536E;
}
.TagClassName
{
border-color: #47536E;
}
</style>