Shades of East Bay #49505F
Tints of East Bay #49505F
RGB
CMYK
RGB Variations
Color information
#49505F (or 0x49505F) is known color: East Bay. HEX triplet: 49, 50 and 5F. RGB value is (73,80,95). Sum of RGB (Red+Green+Blue) = 73+80+95=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 95 - color contains mainly: blue. Hex color #49505F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49505F is #B6AFA0. Grayscale: #4F4F4F. Windows color (decimal): -11972513 or 6246473. OLE color: 6246473.
HSL color Cylindrical-coordinate representation of color #49505F: hue angle of 220.91º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #49505F is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 80 | 95 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.63 |
| HSL | 220.91º | 0.13% | 0.33% | - |
| HSV(B) | 220.91º | 0.23% | 0.37% | - |
| XYZ | 7.68 | 7.98 | 11.96 | - |
| YUV | 79.62 | 136.68 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 95 | 0.23 | 0.16 | 0 | 0.63 | 220.91 | 0.13 | 0.33 |
| Hex | 49 | 50 | 5F | 17 | 10 | 0 | 3F | DD | D | 21 |
| Octal | 111 | 120 | 137 | 27 | 20 | 0 | 77 | 335 | 15 | 41 |
| Binary | 1001001 | 1010000 | 1011111 | 10111 | 10000 | 0 | 111111 | 11011101 | 1101 | 100001 |
Color Harmonies of #49505F
Complementary color
Monochromatic Colors of #49505F
Black with #49505F
Text Example
Text Example
White with #49505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49505F; }
p { color: rgb(73,80,95); }
H1.HeaderClassName
{
color: #49505F;
}
.AnyTagClassName
{
color: #49505F;
}
</style>
background-color css
<style>
a { background-color: #49505F; }
a { background-color: rgb(73,80,95); }
div.DivClassName
{
background-color: #49505F;
}
.BgClassName
{
background-color: #49505F;
}
</style>
border-color css
<style>
span { border-color: #49505F; }
span { border-color: rgb(73,80,95); }
td.TdClassName
{
border-color: #49505F;
}
.TagClassName
{
border-color: #49505F;
}
</style>