Shades of East Bay #49566F
Tints of East Bay #49566F
RGB
CMYK
RGB Variations
Color information
#49566F (or 0x49566F) is known color: East Bay. HEX triplet: 49, 56 and 6F. RGB value is (73,86,111). Sum of RGB (Red+Green+Blue) = 73+86+111=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 111 - color contains mainly: blue. Hex color #49566F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49566F is #B6A990. Grayscale: #545454. Windows color (decimal): -11970961 or 7296585. OLE color: 7296585.
HSL color Cylindrical-coordinate representation of color #49566F: hue angle of 219.47º 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 #49566F is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 86 | 111 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.56 |
| HSL | 219.47º | 0.21% | 0.36% | - |
| HSV(B) | 219.47º | 0.34% | 0.44% | - |
| XYZ | 8.94 | 9.22 | 16.35 | - |
| YUV | 84.96 | 142.69 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 111 | 0.34 | 0.23 | 0 | 0.56 | 219.47 | 0.21 | 0.36 |
| Hex | 49 | 56 | 6F | 22 | 17 | 0 | 38 | DB | 15 | 24 |
| Octal | 111 | 126 | 157 | 42 | 27 | 0 | 70 | 333 | 25 | 44 |
| Binary | 1001001 | 1010110 | 1101111 | 100010 | 10111 | 0 | 111000 | 11011011 | 10101 | 100100 |
Color Harmonies of #49566F
Complementary color
Monochromatic Colors of #49566F
Black with #49566F
Text Example
Text Example
White with #49566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49566F; }
p { color: rgb(73,86,111); }
H1.HeaderClassName
{
color: #49566F;
}
.AnyTagClassName
{
color: #49566F;
}
</style>
background-color css
<style>
a { background-color: #49566F; }
a { background-color: rgb(73,86,111); }
div.DivClassName
{
background-color: #49566F;
}
.BgClassName
{
background-color: #49566F;
}
</style>
border-color css
<style>
span { border-color: #49566F; }
span { border-color: rgb(73,86,111); }
td.TdClassName
{
border-color: #49566F;
}
.TagClassName
{
border-color: #49566F;
}
</style>