Shades of East Bay #49546F
Tints of East Bay #49546F
RGB
CMYK
RGB Variations
Color information
#49546F (or 0x49546F) is known color: East Bay. HEX triplet: 49, 54 and 6F. RGB value is (73,84,111). Sum of RGB (Red+Green+Blue) = 73+84+111=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 111 - color contains mainly: blue. Hex color #49546F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49546F is #B6AB90. Grayscale: #535353. Windows color (decimal): -11971473 or 7296073. OLE color: 7296073.
HSL color Cylindrical-coordinate representation of color #49546F: hue angle of 222.63º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #49546F is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 84 | 111 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.56 |
| HSL | 222.63º | 0.21% | 0.36% | - |
| HSV(B) | 222.63º | 0.34% | 0.44% | - |
| XYZ | 8.79 | 8.9 | 16.29 | - |
| YUV | 83.79 | 143.36 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 111 | 0.34 | 0.24 | 0 | 0.56 | 222.63 | 0.21 | 0.36 |
| Hex | 49 | 54 | 6F | 22 | 18 | 0 | 38 | DF | 15 | 24 |
| Octal | 111 | 124 | 157 | 42 | 30 | 0 | 70 | 337 | 25 | 44 |
| Binary | 1001001 | 1010100 | 1101111 | 100010 | 11000 | 0 | 111000 | 11011111 | 10101 | 100100 |
Color Harmonies of #49546F
Complementary color
Monochromatic Colors of #49546F
Black with #49546F
Text Example
Text Example
White with #49546F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49546F; }
p { color: rgb(73,84,111); }
H1.HeaderClassName
{
color: #49546F;
}
.AnyTagClassName
{
color: #49546F;
}
</style>
background-color css
<style>
a { background-color: #49546F; }
a { background-color: rgb(73,84,111); }
div.DivClassName
{
background-color: #49546F;
}
.BgClassName
{
background-color: #49546F;
}
</style>
border-color css
<style>
span { border-color: #49546F; }
span { border-color: rgb(73,84,111); }
td.TdClassName
{
border-color: #49546F;
}
.TagClassName
{
border-color: #49546F;
}
</style>