Shades of East Bay #47516E
Tints of East Bay #47516E
RGB
CMYK
RGB Variations
Color information
#47516E (or 0x47516E) is known color: East Bay. HEX triplet: 47, 51 and 6E. RGB value is (71,81,110). Sum of RGB (Red+Green+Blue) = 71+81+110=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 110 - color contains mainly: blue. Hex color #47516E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47516E is #B8AE91. Grayscale: #515151. Windows color (decimal): -12103314 or 7229767. OLE color: 7229767.
HSL color Cylindrical-coordinate representation of color #47516E: hue angle of 224.62º 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 #47516E is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 81 | 110 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.57 |
| HSL | 224.62º | 0.22% | 0.35% | - |
| HSV(B) | 224.62º | 0.35% | 0.43% | - |
| XYZ | 8.36 | 8.35 | 15.92 | - |
| YUV | 81.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 81 | 110 | 0.35 | 0.26 | 0 | 0.57 | 224.62 | 0.22 | 0.35 |
| Hex | 47 | 51 | 6E | 23 | 1A | 0 | 39 | E1 | 16 | 23 |
| Octal | 107 | 121 | 156 | 43 | 32 | 0 | 71 | 341 | 26 | 43 |
| Binary | 1000111 | 1010001 | 1101110 | 100011 | 11010 | 0 | 111001 | 11100001 | 10110 | 100011 |
Color Harmonies of #47516E
Complementary color
Monochromatic Colors of #47516E
Black with #47516E
Text Example
Text Example
White with #47516E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47516E; }
p { color: rgb(71,81,110); }
H1.HeaderClassName
{
color: #47516E;
}
.AnyTagClassName
{
color: #47516E;
}
</style>
background-color css
<style>
a { background-color: #47516E; }
a { background-color: rgb(71,81,110); }
div.DivClassName
{
background-color: #47516E;
}
.BgClassName
{
background-color: #47516E;
}
</style>
border-color css
<style>
span { border-color: #47516E; }
span { border-color: rgb(71,81,110); }
td.TdClassName
{
border-color: #47516E;
}
.TagClassName
{
border-color: #47516E;
}
</style>