Shades of East Bay #444C66
Tints of East Bay #444C66
RGB
CMYK
RGB Variations
Color information
#444C66 (or 0x444C66) is known color: East Bay. HEX triplet: 44, 4C and 66. RGB value is (68,76,102). Sum of RGB (Red+Green+Blue) = 68+76+102=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 102 - color contains mainly: blue. Hex color #444C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444C66 is #BBB399. Grayscale: #4C4C4C. Windows color (decimal): -12301210 or 6704196. OLE color: 6704196.
HSL color Cylindrical-coordinate representation of color #444C66: hue angle of 225.88º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #444C66 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 68 | 76 | 102 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.6 |
| HSL | 225.88º | 0.2% | 0.33% | - |
| HSV(B) | 225.88º | 0.33% | 0.4% | - |
| XYZ | 7.37 | 7.36 | 13.6 | - |
| YUV | 76.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 102 | 0.33 | 0.25 | 0 | 0.6 | 225.88 | 0.2 | 0.33 |
| Hex | 44 | 4C | 66 | 21 | 19 | 0 | 3C | E2 | 14 | 21 |
| Octal | 104 | 114 | 146 | 41 | 31 | 0 | 74 | 342 | 24 | 41 |
| Binary | 1000100 | 1001100 | 1100110 | 100001 | 11001 | 0 | 111100 | 11100010 | 10100 | 100001 |
Color Harmonies of #444C66
Complementary color
Monochromatic Colors of #444C66
Black with #444C66
Text Example
Text Example
White with #444C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444C66; }
p { color: rgb(68,76,102); }
H1.HeaderClassName
{
color: #444C66;
}
.AnyTagClassName
{
color: #444C66;
}
</style>
background-color css
<style>
a { background-color: #444C66; }
a { background-color: rgb(68,76,102); }
div.DivClassName
{
background-color: #444C66;
}
.BgClassName
{
background-color: #444C66;
}
</style>
border-color css
<style>
span { border-color: #444C66; }
span { border-color: rgb(68,76,102); }
td.TdClassName
{
border-color: #444C66;
}
.TagClassName
{
border-color: #444C66;
}
</style>