Shades of East Bay #47546B
Tints of East Bay #47546B
RGB
CMYK
RGB Variations
Color information
#47546B (or 0x47546B) is known color: East Bay. HEX triplet: 47, 54 and 6B. RGB value is (71,84,107). Sum of RGB (Red+Green+Blue) = 71+84+107=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 107 - color contains mainly: blue. Hex color #47546B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47546B is #B8AB94. Grayscale: #525252. Windows color (decimal): -12102549 or 7033927. OLE color: 7033927.
HSL color Cylindrical-coordinate representation of color #47546B: hue angle of 218.33º degrees, saturation: 0.2, 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 #47546B is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 84 | 107 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.58 |
| HSL | 218.33º | 0.2% | 0.35% | - |
| HSV(B) | 218.33º | 0.34% | 0.42% | - |
| XYZ | 8.42 | 8.74 | 15.15 | - |
| YUV | 82.74 | 141.69 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 84 | 107 | 0.34 | 0.21 | 0 | 0.58 | 218.33 | 0.2 | 0.35 |
| Hex | 47 | 54 | 6B | 22 | 15 | 0 | 3A | DA | 14 | 23 |
| Octal | 107 | 124 | 153 | 42 | 25 | 0 | 72 | 332 | 24 | 43 |
| Binary | 1000111 | 1010100 | 1101011 | 100010 | 10101 | 0 | 111010 | 11011010 | 10100 | 100011 |
Color Harmonies of #47546B
Complementary color
Monochromatic Colors of #47546B
Black with #47546B
Text Example
Text Example
White with #47546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47546B; }
p { color: rgb(71,84,107); }
H1.HeaderClassName
{
color: #47546B;
}
.AnyTagClassName
{
color: #47546B;
}
</style>
background-color css
<style>
a { background-color: #47546B; }
a { background-color: rgb(71,84,107); }
div.DivClassName
{
background-color: #47546B;
}
.BgClassName
{
background-color: #47546B;
}
</style>
border-color css
<style>
span { border-color: #47546B; }
span { border-color: rgb(71,84,107); }
td.TdClassName
{
border-color: #47546B;
}
.TagClassName
{
border-color: #47546B;
}
</style>