Shades of East Bay #49506D
Tints of East Bay #49506D
RGB
CMYK
RGB Variations
Color information
#49506D (or 0x49506D) is known color: East Bay. HEX triplet: 49, 50 and 6D. RGB value is (73,80,109). Sum of RGB (Red+Green+Blue) = 73+80+109=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 109 - color contains mainly: blue. Hex color #49506D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49506D is #B6AF92. Grayscale: #515151. Windows color (decimal): -11972499 or 7163977. OLE color: 7163977.
HSL color Cylindrical-coordinate representation of color #49506D: hue angle of 228.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 #49506D is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 80 | 109 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.57 |
| HSL | 228.33º | 0.2% | 0.36% | - |
| HSV(B) | 228.33º | 0.33% | 0.43% | - |
| XYZ | 8.38 | 8.26 | 15.62 | - |
| YUV | 81.21 | 143.68 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 109 | 0.33 | 0.27 | 0 | 0.57 | 228.33 | 0.2 | 0.36 |
| Hex | 49 | 50 | 6D | 21 | 1B | 0 | 39 | E4 | 14 | 24 |
| Octal | 111 | 120 | 155 | 41 | 33 | 0 | 71 | 344 | 24 | 44 |
| Binary | 1001001 | 1010000 | 1101101 | 100001 | 11011 | 0 | 111001 | 11100100 | 10100 | 100100 |
Color Harmonies of #49506D
Complementary color
Monochromatic Colors of #49506D
Black with #49506D
Text Example
Text Example
White with #49506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49506D; }
p { color: rgb(73,80,109); }
H1.HeaderClassName
{
color: #49506D;
}
.AnyTagClassName
{
color: #49506D;
}
</style>
background-color css
<style>
a { background-color: #49506D; }
a { background-color: rgb(73,80,109); }
div.DivClassName
{
background-color: #49506D;
}
.BgClassName
{
background-color: #49506D;
}
</style>
border-color css
<style>
span { border-color: #49506D; }
span { border-color: rgb(73,80,109); }
td.TdClassName
{
border-color: #49506D;
}
.TagClassName
{
border-color: #49506D;
}
</style>