Shades of East Bay #44546D
Tints of East Bay #44546D
RGB
CMYK
RGB Variations
Color information
#44546D (or 0x44546D) is known color: East Bay. HEX triplet: 44, 54 and 6D. RGB value is (68,84,109). Sum of RGB (Red+Green+Blue) = 68+84+109=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 109 - color contains mainly: blue. Hex color #44546D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44546D is #BBAB92. Grayscale: #515151. Windows color (decimal): -12299155 or 7164996. OLE color: 7164996.
HSL color Cylindrical-coordinate representation of color #44546D: hue angle of 216.59º degrees, saturation: 0.23, 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 #44546D is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 84 | 109 | - |
| CMYK | 0.38 | 0.23 | 0 | 0.57 |
| HSL | 216.59º | 0.23% | 0.35% | - |
| HSV(B) | 216.59º | 0.38% | 0.43% | - |
| XYZ | 8.31 | 8.67 | 15.7 | - |
| YUV | 82.07 | 143.2 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 84 | 109 | 0.38 | 0.23 | 0 | 0.57 | 216.59 | 0.23 | 0.35 |
| Hex | 44 | 54 | 6D | 26 | 17 | 0 | 39 | D9 | 17 | 23 |
| Octal | 104 | 124 | 155 | 46 | 27 | 0 | 71 | 331 | 27 | 43 |
| Binary | 1000100 | 1010100 | 1101101 | 100110 | 10111 | 0 | 111001 | 11011001 | 10111 | 100011 |
Color Harmonies of #44546D
Complementary color
Monochromatic Colors of #44546D
Black with #44546D
Text Example
Text Example
White with #44546D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44546D; }
p { color: rgb(68,84,109); }
H1.HeaderClassName
{
color: #44546D;
}
.AnyTagClassName
{
color: #44546D;
}
</style>
background-color css
<style>
a { background-color: #44546D; }
a { background-color: rgb(68,84,109); }
div.DivClassName
{
background-color: #44546D;
}
.BgClassName
{
background-color: #44546D;
}
</style>
border-color css
<style>
span { border-color: #44546D; }
span { border-color: rgb(68,84,109); }
td.TdClassName
{
border-color: #44546D;
}
.TagClassName
{
border-color: #44546D;
}
</style>