Shades of East Bay #49576A
Tints of East Bay #49576A
RGB
CMYK
RGB Variations
Color information
#49576A (or 0x49576A) is known color: East Bay. HEX triplet: 49, 57 and 6A. RGB value is (73,87,106). Sum of RGB (Red+Green+Blue) = 73+87+106=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 106 - color contains mainly: blue. Hex color #49576A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49576A is #B6A895. Grayscale: #545454. Windows color (decimal): -11970710 or 6969161. OLE color: 6969161.
HSL color Cylindrical-coordinate representation of color #49576A: hue angle of 214.55º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #49576A is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 87 | 106 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.58 |
| HSL | 214.55º | 0.18% | 0.35% | - |
| HSV(B) | 214.55º | 0.31% | 0.42% | - |
| XYZ | 8.76 | 9.27 | 14.96 | - |
| YUV | 84.98 | 139.86 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 87 | 106 | 0.31 | 0.18 | 0 | 0.58 | 214.55 | 0.18 | 0.35 |
| Hex | 49 | 57 | 6A | 1F | 12 | 0 | 3A | D7 | 12 | 23 |
| Octal | 111 | 127 | 152 | 37 | 22 | 0 | 72 | 327 | 22 | 43 |
| Binary | 1001001 | 1010111 | 1101010 | 11111 | 10010 | 0 | 111010 | 11010111 | 10010 | 100011 |
Color Harmonies of #49576A
Complementary color
Monochromatic Colors of #49576A
Black with #49576A
Text Example
Text Example
White with #49576A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49576A; }
p { color: rgb(73,87,106); }
H1.HeaderClassName
{
color: #49576A;
}
.AnyTagClassName
{
color: #49576A;
}
</style>
background-color css
<style>
a { background-color: #49576A; }
a { background-color: rgb(73,87,106); }
div.DivClassName
{
background-color: #49576A;
}
.BgClassName
{
background-color: #49576A;
}
</style>
border-color css
<style>
span { border-color: #49576A; }
span { border-color: rgb(73,87,106); }
td.TdClassName
{
border-color: #49576A;
}
.TagClassName
{
border-color: #49576A;
}
</style>