Shades of East Bay #49566A
Tints of East Bay #49566A
RGB
CMYK
RGB Variations
Color information
#49566A (or 0x49566A) is known color: East Bay. HEX triplet: 49, 56 and 6A. RGB value is (73,86,106). Sum of RGB (Red+Green+Blue) = 73+86+106=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 106 (41.80% from 255 or 40% from 265); Max value from RGB is 106 - color contains mainly: blue. Hex color #49566A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49566A is #B6A995. Grayscale: #545454. Windows color (decimal): -11970966 or 6968905. OLE color: 6968905.
HSL color Cylindrical-coordinate representation of color #49566A: hue angle of 216.36º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #49566A is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 86 | 106 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.58 |
| HSL | 216.36º | 0.18% | 0.35% | - |
| HSV(B) | 216.36º | 0.31% | 0.42% | - |
| XYZ | 8.68 | 9.11 | 14.94 | - |
| YUV | 84.39 | 140.19 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 106 | 0.31 | 0.19 | 0 | 0.58 | 216.36 | 0.18 | 0.35 |
| Hex | 49 | 56 | 6A | 1F | 13 | 0 | 3A | D8 | 12 | 23 |
| Octal | 111 | 126 | 152 | 37 | 23 | 0 | 72 | 330 | 22 | 43 |
| Binary | 1001001 | 1010110 | 1101010 | 11111 | 10011 | 0 | 111010 | 11011000 | 10010 | 100011 |
Color Harmonies of #49566A
Complementary color
Monochromatic Colors of #49566A
Black with #49566A
Text Example
Text Example
White with #49566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49566A; }
p { color: rgb(73,86,106); }
H1.HeaderClassName
{
color: #49566A;
}
.AnyTagClassName
{
color: #49566A;
}
</style>
background-color css
<style>
a { background-color: #49566A; }
a { background-color: rgb(73,86,106); }
div.DivClassName
{
background-color: #49566A;
}
.BgClassName
{
background-color: #49566A;
}
</style>
border-color css
<style>
span { border-color: #49566A; }
span { border-color: rgb(73,86,106); }
td.TdClassName
{
border-color: #49566A;
}
.TagClassName
{
border-color: #49566A;
}
</style>