Shades of East Bay #49566E
Tints of East Bay #49566E
RGB
CMYK
RGB Variations
Color information
#49566E (or 0x49566E) is known color: East Bay. HEX triplet: 49, 56 and 6E. RGB value is (73,86,110). Sum of RGB (Red+Green+Blue) = 73+86+110=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 110 - color contains mainly: blue. Hex color #49566E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49566E is #B6A991. Grayscale: #545454. Windows color (decimal): -11970962 or 7231049. OLE color: 7231049.
HSL color Cylindrical-coordinate representation of color #49566E: hue angle of 218.92º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #49566E is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 86 | 110 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.57 |
| HSL | 218.92º | 0.2% | 0.36% | - |
| HSV(B) | 218.92º | 0.34% | 0.43% | - |
| XYZ | 8.89 | 9.2 | 16.06 | - |
| YUV | 84.85 | 142.19 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 110 | 0.34 | 0.22 | 0 | 0.57 | 218.92 | 0.2 | 0.36 |
| Hex | 49 | 56 | 6E | 22 | 16 | 0 | 39 | DB | 14 | 24 |
| Octal | 111 | 126 | 156 | 42 | 26 | 0 | 71 | 333 | 24 | 44 |
| Binary | 1001001 | 1010110 | 1101110 | 100010 | 10110 | 0 | 111001 | 11011011 | 10100 | 100100 |
Color Harmonies of #49566E
Complementary color
Monochromatic Colors of #49566E
Black with #49566E
Text Example
Text Example
White with #49566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49566E; }
p { color: rgb(73,86,110); }
H1.HeaderClassName
{
color: #49566E;
}
.AnyTagClassName
{
color: #49566E;
}
</style>
background-color css
<style>
a { background-color: #49566E; }
a { background-color: rgb(73,86,110); }
div.DivClassName
{
background-color: #49566E;
}
.BgClassName
{
background-color: #49566E;
}
</style>
border-color css
<style>
span { border-color: #49566E; }
span { border-color: rgb(73,86,110); }
td.TdClassName
{
border-color: #49566E;
}
.TagClassName
{
border-color: #49566E;
}
</style>