Shades of East Bay #49516C
Tints of East Bay #49516C
RGB
CMYK
RGB Variations
Color information
#49516C (or 0x49516C) is known color: East Bay. HEX triplet: 49, 51 and 6C. RGB value is (73,81,108). Sum of RGB (Red+Green+Blue) = 73+81+108=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 108 - color contains mainly: blue. Hex color #49516C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49516C is #B6AE93. Grayscale: #515151. Windows color (decimal): -11972244 or 7098697. OLE color: 7098697.
HSL color Cylindrical-coordinate representation of color #49516C: hue angle of 226.29º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #49516C is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 81 | 108 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.58 |
| HSL | 226.29º | 0.19% | 0.35% | - |
| HSV(B) | 226.29º | 0.32% | 0.42% | - |
| XYZ | 8.4 | 8.38 | 15.36 | - |
| YUV | 81.69 | 142.85 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 108 | 0.32 | 0.25 | 0 | 0.58 | 226.29 | 0.19 | 0.35 |
| Hex | 49 | 51 | 6C | 20 | 19 | 0 | 3A | E2 | 13 | 23 |
| Octal | 111 | 121 | 154 | 40 | 31 | 0 | 72 | 342 | 23 | 43 |
| Binary | 1001001 | 1010001 | 1101100 | 100000 | 11001 | 0 | 111010 | 11100010 | 10011 | 100011 |
Color Harmonies of #49516C
Complementary color
Monochromatic Colors of #49516C
Black with #49516C
Text Example
Text Example
White with #49516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49516C; }
p { color: rgb(73,81,108); }
H1.HeaderClassName
{
color: #49516C;
}
.AnyTagClassName
{
color: #49516C;
}
</style>
background-color css
<style>
a { background-color: #49516C; }
a { background-color: rgb(73,81,108); }
div.DivClassName
{
background-color: #49516C;
}
.BgClassName
{
background-color: #49516C;
}
</style>
border-color css
<style>
span { border-color: #49516C; }
span { border-color: rgb(73,81,108); }
td.TdClassName
{
border-color: #49516C;
}
.TagClassName
{
border-color: #49516C;
}
</style>