Shades of East Bay #49546C
Tints of East Bay #49546C
RGB
CMYK
RGB Variations
Color information
#49546C (or 0x49546C) is known color: East Bay. HEX triplet: 49, 54 and 6C. RGB value is (73,84,108). Sum of RGB (Red+Green+Blue) = 73+84+108=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 108 - color contains mainly: blue. Hex color #49546C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49546C is #B6AB93. Grayscale: #535353. Windows color (decimal): -11971476 or 7099465. OLE color: 7099465.
HSL color Cylindrical-coordinate representation of color #49546C: hue angle of 221.14º 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 #49546C is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 84 | 108 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.58 |
| HSL | 221.14º | 0.19% | 0.35% | - |
| HSV(B) | 221.14º | 0.32% | 0.42% | - |
| XYZ | 8.62 | 8.84 | 15.44 | - |
| YUV | 83.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 108 | 0.32 | 0.22 | 0 | 0.58 | 221.14 | 0.19 | 0.35 |
| Hex | 49 | 54 | 6C | 20 | 16 | 0 | 3A | DD | 13 | 23 |
| Octal | 111 | 124 | 154 | 40 | 26 | 0 | 72 | 335 | 23 | 43 |
| Binary | 1001001 | 1010100 | 1101100 | 100000 | 10110 | 0 | 111010 | 11011101 | 10011 | 100011 |
Color Harmonies of #49546C
Complementary color
Monochromatic Colors of #49546C
Black with #49546C
Text Example
Text Example
White with #49546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49546C; }
p { color: rgb(73,84,108); }
H1.HeaderClassName
{
color: #49546C;
}
.AnyTagClassName
{
color: #49546C;
}
</style>
background-color css
<style>
a { background-color: #49546C; }
a { background-color: rgb(73,84,108); }
div.DivClassName
{
background-color: #49546C;
}
.BgClassName
{
background-color: #49546C;
}
</style>
border-color css
<style>
span { border-color: #49546C; }
span { border-color: rgb(73,84,108); }
td.TdClassName
{
border-color: #49546C;
}
.TagClassName
{
border-color: #49546C;
}
</style>