Shades of East Bay #49526B
Tints of East Bay #49526B
RGB
CMYK
RGB Variations
Color information
#49526B (or 0x49526B) is known color: East Bay. HEX triplet: 49, 52 and 6B. RGB value is (73,82,107). Sum of RGB (Red+Green+Blue) = 73+82+107=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 82 (32.42% from 255 or 31.30% 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 #49526B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49526B is #B6AD94. Grayscale: #525252. Windows color (decimal): -11971989 or 7033417. OLE color: 7033417.
HSL color Cylindrical-coordinate representation of color #49526B: hue angle of 224.12º 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 #49526B is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 82 | 107 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.58 |
| HSL | 224.12º | 0.19% | 0.35% | - |
| HSV(B) | 224.12º | 0.32% | 0.42% | - |
| XYZ | 8.42 | 8.51 | 15.11 | - |
| YUV | 82.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 107 | 0.32 | 0.23 | 0 | 0.58 | 224.12 | 0.19 | 0.35 |
| Hex | 49 | 52 | 6B | 20 | 17 | 0 | 3A | E0 | 13 | 23 |
| Octal | 111 | 122 | 153 | 40 | 27 | 0 | 72 | 340 | 23 | 43 |
| Binary | 1001001 | 1010010 | 1101011 | 100000 | 10111 | 0 | 111010 | 11100000 | 10011 | 100011 |
Color Harmonies of #49526B
Complementary color
Monochromatic Colors of #49526B
Black with #49526B
Text Example
Text Example
White with #49526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49526B; }
p { color: rgb(73,82,107); }
H1.HeaderClassName
{
color: #49526B;
}
.AnyTagClassName
{
color: #49526B;
}
</style>
background-color css
<style>
a { background-color: #49526B; }
a { background-color: rgb(73,82,107); }
div.DivClassName
{
background-color: #49526B;
}
.BgClassName
{
background-color: #49526B;
}
</style>
border-color css
<style>
span { border-color: #49526B; }
span { border-color: rgb(73,82,107); }
td.TdClassName
{
border-color: #49526B;
}
.TagClassName
{
border-color: #49526B;
}
</style>