Shades of East Bay #49546D
Tints of East Bay #49546D
RGB
CMYK
RGB Variations
Color information
#49546D (or 0x49546D) is known color: East Bay. HEX triplet: 49, 54 and 6D. RGB value is (73,84,109). Sum of RGB (Red+Green+Blue) = 73+84+109=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 109 - color contains mainly: blue. Hex color #49546D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49546D is #B6AB92. Grayscale: #535353. Windows color (decimal): -11971475 or 7165001. OLE color: 7165001.
HSL color Cylindrical-coordinate representation of color #49546D: hue angle of 221.67º 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 #49546D is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 84 | 109 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.57 |
| HSL | 221.67º | 0.2% | 0.36% | - |
| HSV(B) | 221.67º | 0.33% | 0.43% | - |
| XYZ | 8.68 | 8.86 | 15.72 | - |
| YUV | 83.56 | 142.36 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 109 | 0.33 | 0.23 | 0 | 0.57 | 221.67 | 0.2 | 0.36 |
| Hex | 49 | 54 | 6D | 21 | 17 | 0 | 39 | DE | 14 | 24 |
| Octal | 111 | 124 | 155 | 41 | 27 | 0 | 71 | 336 | 24 | 44 |
| Binary | 1001001 | 1010100 | 1101101 | 100001 | 10111 | 0 | 111001 | 11011110 | 10100 | 100100 |
Color Harmonies of #49546D
Complementary color
Monochromatic Colors of #49546D
Black with #49546D
Text Example
Text Example
White with #49546D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49546D; }
p { color: rgb(73,84,109); }
H1.HeaderClassName
{
color: #49546D;
}
.AnyTagClassName
{
color: #49546D;
}
</style>
background-color css
<style>
a { background-color: #49546D; }
a { background-color: rgb(73,84,109); }
div.DivClassName
{
background-color: #49546D;
}
.BgClassName
{
background-color: #49546D;
}
</style>
border-color css
<style>
span { border-color: #49546D; }
span { border-color: rgb(73,84,109); }
td.TdClassName
{
border-color: #49546D;
}
.TagClassName
{
border-color: #49546D;
}
</style>