Shades of East Bay #49556F
Tints of East Bay #49556F
RGB
CMYK
RGB Variations
Color information
#49556F (or 0x49556F) is known color: East Bay. HEX triplet: 49, 55 and 6F. RGB value is (73,85,111). Sum of RGB (Red+Green+Blue) = 73+85+111=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 111 - color contains mainly: blue. Hex color #49556F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49556F is #B6AA90. Grayscale: #545454. Windows color (decimal): -11971217 or 7296329. OLE color: 7296329.
HSL color Cylindrical-coordinate representation of color #49556F: hue angle of 221.05º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #49556F is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 85 | 111 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.56 |
| HSL | 221.05º | 0.21% | 0.36% | - |
| HSV(B) | 221.05º | 0.34% | 0.44% | - |
| XYZ | 8.87 | 9.06 | 16.32 | - |
| YUV | 84.38 | 143.02 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 111 | 0.34 | 0.23 | 0 | 0.56 | 221.05 | 0.21 | 0.36 |
| Hex | 49 | 55 | 6F | 22 | 17 | 0 | 38 | DD | 15 | 24 |
| Octal | 111 | 125 | 157 | 42 | 27 | 0 | 70 | 335 | 25 | 44 |
| Binary | 1001001 | 1010101 | 1101111 | 100010 | 10111 | 0 | 111000 | 11011101 | 10101 | 100100 |
Color Harmonies of #49556F
Complementary color
Monochromatic Colors of #49556F
Black with #49556F
Text Example
Text Example
White with #49556F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49556F; }
p { color: rgb(73,85,111); }
H1.HeaderClassName
{
color: #49556F;
}
.AnyTagClassName
{
color: #49556F;
}
</style>
background-color css
<style>
a { background-color: #49556F; }
a { background-color: rgb(73,85,111); }
div.DivClassName
{
background-color: #49556F;
}
.BgClassName
{
background-color: #49556F;
}
</style>
border-color css
<style>
span { border-color: #49556F; }
span { border-color: rgb(73,85,111); }
td.TdClassName
{
border-color: #49556F;
}
.TagClassName
{
border-color: #49556F;
}
</style>