Shades of East Bay #44556B
Tints of East Bay #44556B
RGB
CMYK
RGB Variations
Color information
#44556B (or 0x44556B) is known color: East Bay. HEX triplet: 44, 55 and 6B. RGB value is (68,85,107). Sum of RGB (Red+Green+Blue) = 68+85+107=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 107 - color contains mainly: blue. Hex color #44556B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44556B is #BBAA94. Grayscale: #525252. Windows color (decimal): -12298901 or 7034180. OLE color: 7034180.
HSL color Cylindrical-coordinate representation of color #44556B: hue angle of 213.85º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #44556B is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 85 | 107 | - |
| CMYK | 0.36 | 0.21 | 0 | 0.58 |
| HSL | 213.85º | 0.22% | 0.34% | - |
| HSV(B) | 213.85º | 0.36% | 0.42% | - |
| XYZ | 8.29 | 8.79 | 15.17 | - |
| YUV | 82.43 | 141.87 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 85 | 107 | 0.36 | 0.21 | 0 | 0.58 | 213.85 | 0.22 | 0.34 |
| Hex | 44 | 55 | 6B | 24 | 15 | 0 | 3A | D6 | 16 | 22 |
| Octal | 104 | 125 | 153 | 44 | 25 | 0 | 72 | 326 | 26 | 42 |
| Binary | 1000100 | 1010101 | 1101011 | 100100 | 10101 | 0 | 111010 | 11010110 | 10110 | 100010 |
Color Harmonies of #44556B
Complementary color
Monochromatic Colors of #44556B
Black with #44556B
Text Example
Text Example
White with #44556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44556B; }
p { color: rgb(68,85,107); }
H1.HeaderClassName
{
color: #44556B;
}
.AnyTagClassName
{
color: #44556B;
}
</style>
background-color css
<style>
a { background-color: #44556B; }
a { background-color: rgb(68,85,107); }
div.DivClassName
{
background-color: #44556B;
}
.BgClassName
{
background-color: #44556B;
}
</style>
border-color css
<style>
span { border-color: #44556B; }
span { border-color: rgb(68,85,107); }
td.TdClassName
{
border-color: #44556B;
}
.TagClassName
{
border-color: #44556B;
}
</style>