Shades of East Bay #49566D
Tints of East Bay #49566D
RGB
CMYK
RGB Variations
Color information
#49566D (or 0x49566D) is known color: East Bay. HEX triplet: 49, 56 and 6D. RGB value is (73,86,109). Sum of RGB (Red+Green+Blue) = 73+86+109=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 109 - color contains mainly: blue. Hex color #49566D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49566D is #B6A992. Grayscale: #545454. Windows color (decimal): -11970963 or 7165513. OLE color: 7165513.
HSL color Cylindrical-coordinate representation of color #49566D: hue angle of 218.33º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #49566D is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 86 | 109 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.57 |
| HSL | 218.33º | 0.2% | 0.36% | - |
| HSV(B) | 218.33º | 0.33% | 0.43% | - |
| XYZ | 8.84 | 9.18 | 15.77 | - |
| YUV | 84.74 | 141.69 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 109 | 0.33 | 0.21 | 0 | 0.57 | 218.33 | 0.2 | 0.36 |
| Hex | 49 | 56 | 6D | 21 | 15 | 0 | 39 | DA | 14 | 24 |
| Octal | 111 | 126 | 155 | 41 | 25 | 0 | 71 | 332 | 24 | 44 |
| Binary | 1001001 | 1010110 | 1101101 | 100001 | 10101 | 0 | 111001 | 11011010 | 10100 | 100100 |
Color Harmonies of #49566D
Complementary color
Monochromatic Colors of #49566D
Black with #49566D
Text Example
Text Example
White with #49566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49566D; }
p { color: rgb(73,86,109); }
H1.HeaderClassName
{
color: #49566D;
}
.AnyTagClassName
{
color: #49566D;
}
</style>
background-color css
<style>
a { background-color: #49566D; }
a { background-color: rgb(73,86,109); }
div.DivClassName
{
background-color: #49566D;
}
.BgClassName
{
background-color: #49566D;
}
</style>
border-color css
<style>
span { border-color: #49566D; }
span { border-color: rgb(73,86,109); }
td.TdClassName
{
border-color: #49566D;
}
.TagClassName
{
border-color: #49566D;
}
</style>