Shades of East Bay #49526C
Tints of East Bay #49526C
RGB
CMYK
RGB Variations
Color information
#49526C (or 0x49526C) is known color: East Bay. HEX triplet: 49, 52 and 6C. RGB value is (73,82,108). Sum of RGB (Red+Green+Blue) = 73+82+108=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 108 - color contains mainly: blue. Hex color #49526C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49526C is #B6AD93. Grayscale: #525252. Windows color (decimal): -11971988 or 7098953. OLE color: 7098953.
HSL color Cylindrical-coordinate representation of color #49526C: hue angle of 224.57º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #49526C is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 82 | 108 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.58 |
| HSL | 224.57º | 0.19% | 0.35% | - |
| HSV(B) | 224.57º | 0.32% | 0.42% | - |
| XYZ | 8.47 | 8.53 | 15.39 | - |
| YUV | 82.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 108 | 0.32 | 0.24 | 0 | 0.58 | 224.57 | 0.19 | 0.35 |
| Hex | 49 | 52 | 6C | 20 | 18 | 0 | 3A | E1 | 13 | 23 |
| Octal | 111 | 122 | 154 | 40 | 30 | 0 | 72 | 341 | 23 | 43 |
| Binary | 1001001 | 1010010 | 1101100 | 100000 | 11000 | 0 | 111010 | 11100001 | 10011 | 100011 |
Color Harmonies of #49526C
Complementary color
Monochromatic Colors of #49526C
Black with #49526C
Text Example
Text Example
White with #49526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49526C; }
p { color: rgb(73,82,108); }
H1.HeaderClassName
{
color: #49526C;
}
.AnyTagClassName
{
color: #49526C;
}
</style>
background-color css
<style>
a { background-color: #49526C; }
a { background-color: rgb(73,82,108); }
div.DivClassName
{
background-color: #49526C;
}
.BgClassName
{
background-color: #49526C;
}
</style>
border-color css
<style>
span { border-color: #49526C; }
span { border-color: rgb(73,82,108); }
td.TdClassName
{
border-color: #49526C;
}
.TagClassName
{
border-color: #49526C;
}
</style>