Shades of East Bay #47526B
Tints of East Bay #47526B
RGB
CMYK
RGB Variations
Color information
#47526B (or 0x47526B) is known color: East Bay. HEX triplet: 47, 52 and 6B. RGB value is (71,82,107). Sum of RGB (Red+Green+Blue) = 71+82+107=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 107 - color contains mainly: blue. Hex color #47526B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47526B is #B8AD94. Grayscale: #515151. Windows color (decimal): -12103061 or 7033415. OLE color: 7033415.
HSL color Cylindrical-coordinate representation of color #47526B: hue angle of 221.67º 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 #47526B is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 82 | 107 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.58 |
| HSL | 221.67º | 0.2% | 0.35% | - |
| HSV(B) | 221.67º | 0.34% | 0.42% | - |
| XYZ | 8.27 | 8.44 | 15.1 | - |
| YUV | 81.56 | 142.36 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 82 | 107 | 0.34 | 0.23 | 0 | 0.58 | 221.67 | 0.2 | 0.35 |
| Hex | 47 | 52 | 6B | 22 | 17 | 0 | 3A | DE | 14 | 23 |
| Octal | 107 | 122 | 153 | 42 | 27 | 0 | 72 | 336 | 24 | 43 |
| Binary | 1000111 | 1010010 | 1101011 | 100010 | 10111 | 0 | 111010 | 11011110 | 10100 | 100011 |
Color Harmonies of #47526B
Complementary color
Monochromatic Colors of #47526B
Black with #47526B
Text Example
Text Example
White with #47526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47526B; }
p { color: rgb(71,82,107); }
H1.HeaderClassName
{
color: #47526B;
}
.AnyTagClassName
{
color: #47526B;
}
</style>
background-color css
<style>
a { background-color: #47526B; }
a { background-color: rgb(71,82,107); }
div.DivClassName
{
background-color: #47526B;
}
.BgClassName
{
background-color: #47526B;
}
</style>
border-color css
<style>
span { border-color: #47526B; }
span { border-color: rgb(71,82,107); }
td.TdClassName
{
border-color: #47526B;
}
.TagClassName
{
border-color: #47526B;
}
</style>