Shades of East Bay #444E68
Tints of East Bay #444E68
RGB
CMYK
RGB Variations
Color information
#444E68 (or 0x444E68) is known color: East Bay. HEX triplet: 44, 4E and 68. RGB value is (68,78,104). Sum of RGB (Red+Green+Blue) = 68+78+104=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 104 - color contains mainly: blue. Hex color #444E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444E68 is #BBB197. Grayscale: #4D4D4D. Windows color (decimal): -12300696 or 6835780. OLE color: 6835780.
HSL color Cylindrical-coordinate representation of color #444E68: hue angle of 223.33º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #444E68 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 68 | 78 | 104 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.59 |
| HSL | 223.33º | 0.21% | 0.34% | - |
| HSV(B) | 223.33º | 0.35% | 0.41% | - |
| XYZ | 7.61 | 7.68 | 14.18 | - |
| YUV | 77.97 | 142.69 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 78 | 104 | 0.35 | 0.25 | 0 | 0.59 | 223.33 | 0.21 | 0.34 |
| Hex | 44 | 4E | 68 | 23 | 19 | 0 | 3B | DF | 15 | 22 |
| Octal | 104 | 116 | 150 | 43 | 31 | 0 | 73 | 337 | 25 | 42 |
| Binary | 1000100 | 1001110 | 1101000 | 100011 | 11001 | 0 | 111011 | 11011111 | 10101 | 100010 |
Color Harmonies of #444E68
Complementary color
Monochromatic Colors of #444E68
Black with #444E68
Text Example
Text Example
White with #444E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444E68; }
p { color: rgb(68,78,104); }
H1.HeaderClassName
{
color: #444E68;
}
.AnyTagClassName
{
color: #444E68;
}
</style>
background-color css
<style>
a { background-color: #444E68; }
a { background-color: rgb(68,78,104); }
div.DivClassName
{
background-color: #444E68;
}
.BgClassName
{
background-color: #444E68;
}
</style>
border-color css
<style>
span { border-color: #444E68; }
span { border-color: rgb(68,78,104); }
td.TdClassName
{
border-color: #444E68;
}
.TagClassName
{
border-color: #444E68;
}
</style>