Shades of East Bay #44556C
Tints of East Bay #44556C
RGB
CMYK
RGB Variations
Color information
#44556C (or 0x44556C) is known color: East Bay. HEX triplet: 44, 55 and 6C. RGB value is (68,85,108). Sum of RGB (Red+Green+Blue) = 68+85+108=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 108 - color contains mainly: blue. Hex color #44556C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44556C is #BBAA93. Grayscale: #525252. Windows color (decimal): -12298900 or 7099716. OLE color: 7099716.
HSL color Cylindrical-coordinate representation of color #44556C: hue angle of 214.5º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #44556C is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 85 | 108 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.58 |
| HSL | 214.5º | 0.23% | 0.35% | - |
| HSV(B) | 214.5º | 0.37% | 0.42% | - |
| XYZ | 8.34 | 8.81 | 15.45 | - |
| YUV | 82.54 | 142.37 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 85 | 108 | 0.37 | 0.21 | 0 | 0.58 | 214.5 | 0.23 | 0.35 |
| Hex | 44 | 55 | 6C | 25 | 15 | 0 | 3A | D6 | 17 | 23 |
| Octal | 104 | 125 | 154 | 45 | 25 | 0 | 72 | 326 | 27 | 43 |
| Binary | 1000100 | 1010101 | 1101100 | 100101 | 10101 | 0 | 111010 | 11010110 | 10111 | 100011 |
Color Harmonies of #44556C
Complementary color
Monochromatic Colors of #44556C
Black with #44556C
Text Example
Text Example
White with #44556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44556C; }
p { color: rgb(68,85,108); }
H1.HeaderClassName
{
color: #44556C;
}
.AnyTagClassName
{
color: #44556C;
}
</style>
background-color css
<style>
a { background-color: #44556C; }
a { background-color: rgb(68,85,108); }
div.DivClassName
{
background-color: #44556C;
}
.BgClassName
{
background-color: #44556C;
}
</style>
border-color css
<style>
span { border-color: #44556C; }
span { border-color: rgb(68,85,108); }
td.TdClassName
{
border-color: #44556C;
}
.TagClassName
{
border-color: #44556C;
}
</style>