Shades of East Bay #49556E
Tints of East Bay #49556E
RGB
CMYK
RGB Variations
Color information
#49556E (or 0x49556E) is known color: East Bay. HEX triplet: 49, 55 and 6E. RGB value is (73,85,110). Sum of RGB (Red+Green+Blue) = 73+85+110=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 110 - color contains mainly: blue. Hex color #49556E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49556E is #B6AA91. Grayscale: #545454. Windows color (decimal): -11971218 or 7230793. OLE color: 7230793.
HSL color Cylindrical-coordinate representation of color #49556E: hue angle of 220.54º 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 #49556E is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 85 | 110 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.57 |
| HSL | 220.54º | 0.2% | 0.36% | - |
| HSV(B) | 220.54º | 0.34% | 0.43% | - |
| XYZ | 8.81 | 9.04 | 16.03 | - |
| YUV | 84.26 | 142.52 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 110 | 0.34 | 0.23 | 0 | 0.57 | 220.54 | 0.2 | 0.36 |
| Hex | 49 | 55 | 6E | 22 | 17 | 0 | 39 | DD | 14 | 24 |
| Octal | 111 | 125 | 156 | 42 | 27 | 0 | 71 | 335 | 24 | 44 |
| Binary | 1001001 | 1010101 | 1101110 | 100010 | 10111 | 0 | 111001 | 11011101 | 10100 | 100100 |
Color Harmonies of #49556E
Complementary color
Monochromatic Colors of #49556E
Black with #49556E
Text Example
Text Example
White with #49556E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49556E; }
p { color: rgb(73,85,110); }
H1.HeaderClassName
{
color: #49556E;
}
.AnyTagClassName
{
color: #49556E;
}
</style>
background-color css
<style>
a { background-color: #49556E; }
a { background-color: rgb(73,85,110); }
div.DivClassName
{
background-color: #49556E;
}
.BgClassName
{
background-color: #49556E;
}
</style>
border-color css
<style>
span { border-color: #49556E; }
span { border-color: rgb(73,85,110); }
td.TdClassName
{
border-color: #49556E;
}
.TagClassName
{
border-color: #49556E;
}
</style>