Shades of East Bay #44546E
Tints of East Bay #44546E
RGB
CMYK
RGB Variations
Color information
#44546E (or 0x44546E) is known color: East Bay. HEX triplet: 44, 54 and 6E. RGB value is (68,84,110). Sum of RGB (Red+Green+Blue) = 68+84+110=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 110 - color contains mainly: blue. Hex color #44546E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44546E is #BBAB91. Grayscale: #525252. Windows color (decimal): -12299154 or 7230532. OLE color: 7230532.
HSL color Cylindrical-coordinate representation of color #44546E: hue angle of 217.14º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #44546E is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 84 | 110 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.57 |
| HSL | 217.14º | 0.24% | 0.35% | - |
| HSV(B) | 217.14º | 0.38% | 0.43% | - |
| XYZ | 8.37 | 8.7 | 15.99 | - |
| YUV | 82.18 | 143.7 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 84 | 110 | 0.38 | 0.24 | 0 | 0.57 | 217.14 | 0.24 | 0.35 |
| Hex | 44 | 54 | 6E | 26 | 18 | 0 | 39 | D9 | 18 | 23 |
| Octal | 104 | 124 | 156 | 46 | 30 | 0 | 71 | 331 | 30 | 43 |
| Binary | 1000100 | 1010100 | 1101110 | 100110 | 11000 | 0 | 111001 | 11011001 | 11000 | 100011 |
Color Harmonies of #44546E
Complementary color
Monochromatic Colors of #44546E
Black with #44546E
Text Example
Text Example
White with #44546E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44546E; }
p { color: rgb(68,84,110); }
H1.HeaderClassName
{
color: #44546E;
}
.AnyTagClassName
{
color: #44546E;
}
</style>
background-color css
<style>
a { background-color: #44546E; }
a { background-color: rgb(68,84,110); }
div.DivClassName
{
background-color: #44546E;
}
.BgClassName
{
background-color: #44546E;
}
</style>
border-color css
<style>
span { border-color: #44546E; }
span { border-color: rgb(68,84,110); }
td.TdClassName
{
border-color: #44546E;
}
.TagClassName
{
border-color: #44546E;
}
</style>