Shades of East Bay #47526C
Tints of East Bay #47526C
RGB
CMYK
RGB Variations
Color information
#47526C (or 0x47526C) is known color: East Bay. HEX triplet: 47, 52 and 6C. RGB value is (71,82,108). Sum of RGB (Red+Green+Blue) = 71+82+108=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 108 - color contains mainly: blue. Hex color #47526C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47526C is #B8AD93. Grayscale: #515151. Windows color (decimal): -12103060 or 7098951. OLE color: 7098951.
HSL color Cylindrical-coordinate representation of color #47526C: hue angle of 222.16º degrees, saturation: 0.21, 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 #47526C is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 82 | 108 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.58 |
| HSL | 222.16º | 0.21% | 0.35% | - |
| HSV(B) | 222.16º | 0.34% | 0.42% | - |
| XYZ | 8.32 | 8.46 | 15.38 | - |
| YUV | 81.68 | 142.86 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 82 | 108 | 0.34 | 0.24 | 0 | 0.58 | 222.16 | 0.21 | 0.35 |
| Hex | 47 | 52 | 6C | 22 | 18 | 0 | 3A | DE | 15 | 23 |
| Octal | 107 | 122 | 154 | 42 | 30 | 0 | 72 | 336 | 25 | 43 |
| Binary | 1000111 | 1010010 | 1101100 | 100010 | 11000 | 0 | 111010 | 11011110 | 10101 | 100011 |
Color Harmonies of #47526C
Complementary color
Monochromatic Colors of #47526C
Black with #47526C
Text Example
Text Example
White with #47526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47526C; }
p { color: rgb(71,82,108); }
H1.HeaderClassName
{
color: #47526C;
}
.AnyTagClassName
{
color: #47526C;
}
</style>
background-color css
<style>
a { background-color: #47526C; }
a { background-color: rgb(71,82,108); }
div.DivClassName
{
background-color: #47526C;
}
.BgClassName
{
background-color: #47526C;
}
</style>
border-color css
<style>
span { border-color: #47526C; }
span { border-color: rgb(71,82,108); }
td.TdClassName
{
border-color: #47526C;
}
.TagClassName
{
border-color: #47526C;
}
</style>