Shades of East Bay #47546E
Tints of East Bay #47546E
RGB
CMYK
RGB Variations
Color information
#47546E (or 0x47546E) is known color: East Bay. HEX triplet: 47, 54 and 6E. RGB value is (71,84,110). Sum of RGB (Red+Green+Blue) = 71+84+110=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 110 - color contains mainly: blue. Hex color #47546E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47546E is #B8AB91. Grayscale: #525252. Windows color (decimal): -12102546 or 7230535. OLE color: 7230535.
HSL color Cylindrical-coordinate representation of color #47546E: hue angle of 220º 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 #47546E is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 84 | 110 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.57 |
| HSL | 220º | 0.22% | 0.35% | - |
| HSV(B) | 220º | 0.35% | 0.43% | - |
| XYZ | 8.58 | 8.81 | 16 | - |
| YUV | 83.08 | 143.19 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 84 | 110 | 0.35 | 0.24 | 0 | 0.57 | 220 | 0.22 | 0.35 |
| Hex | 47 | 54 | 6E | 23 | 18 | 0 | 39 | DC | 16 | 23 |
| Octal | 107 | 124 | 156 | 43 | 30 | 0 | 71 | 334 | 26 | 43 |
| Binary | 1000111 | 1010100 | 1101110 | 100011 | 11000 | 0 | 111001 | 11011100 | 10110 | 100011 |
Color Harmonies of #47546E
Complementary color
Monochromatic Colors of #47546E
Black with #47546E
Text Example
Text Example
White with #47546E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47546E; }
p { color: rgb(71,84,110); }
H1.HeaderClassName
{
color: #47546E;
}
.AnyTagClassName
{
color: #47546E;
}
</style>
background-color css
<style>
a { background-color: #47546E; }
a { background-color: rgb(71,84,110); }
div.DivClassName
{
background-color: #47546E;
}
.BgClassName
{
background-color: #47546E;
}
</style>
border-color css
<style>
span { border-color: #47546E; }
span { border-color: rgb(71,84,110); }
td.TdClassName
{
border-color: #47546E;
}
.TagClassName
{
border-color: #47546E;
}
</style>