Shades of East Bay #49576B
Tints of East Bay #49576B
RGB
CMYK
RGB Variations
Color information
#49576B (or 0x49576B) is known color: East Bay. HEX triplet: 49, 57 and 6B. RGB value is (73,87,107). Sum of RGB (Red+Green+Blue) = 73+87+107=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 107 - color contains mainly: blue. Hex color #49576B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49576B is #B6A894. Grayscale: #545454. Windows color (decimal): -11970709 or 7034697. OLE color: 7034697.
HSL color Cylindrical-coordinate representation of color #49576B: hue angle of 215.29º 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 #49576B is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 87 | 107 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.58 |
| HSL | 215.29º | 0.19% | 0.35% | - |
| HSV(B) | 215.29º | 0.32% | 0.42% | - |
| XYZ | 8.81 | 9.29 | 15.24 | - |
| YUV | 85.09 | 140.36 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 87 | 107 | 0.32 | 0.19 | 0 | 0.58 | 215.29 | 0.19 | 0.35 |
| Hex | 49 | 57 | 6B | 20 | 13 | 0 | 3A | D7 | 13 | 23 |
| Octal | 111 | 127 | 153 | 40 | 23 | 0 | 72 | 327 | 23 | 43 |
| Binary | 1001001 | 1010111 | 1101011 | 100000 | 10011 | 0 | 111010 | 11010111 | 10011 | 100011 |
Color Harmonies of #49576B
Complementary color
Monochromatic Colors of #49576B
Black with #49576B
Text Example
Text Example
White with #49576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49576B; }
p { color: rgb(73,87,107); }
H1.HeaderClassName
{
color: #49576B;
}
.AnyTagClassName
{
color: #49576B;
}
</style>
background-color css
<style>
a { background-color: #49576B; }
a { background-color: rgb(73,87,107); }
div.DivClassName
{
background-color: #49576B;
}
.BgClassName
{
background-color: #49576B;
}
</style>
border-color css
<style>
span { border-color: #49576B; }
span { border-color: rgb(73,87,107); }
td.TdClassName
{
border-color: #49576B;
}
.TagClassName
{
border-color: #49576B;
}
</style>