Shades of East Bay #444E65
Tints of East Bay #444E65
RGB
CMYK
RGB Variations
Color information
#444E65 (or 0x444E65) is known color: East Bay. HEX triplet: 44, 4E and 65. RGB value is (68,78,101). Sum of RGB (Red+Green+Blue) = 68+78+101=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 101 - color contains mainly: blue. Hex color #444E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444E65 is #BBB19A. Grayscale: #4D4D4D. Windows color (decimal): -12300699 or 6639172. OLE color: 6639172.
HSL color Cylindrical-coordinate representation of color #444E65: hue angle of 221.82º 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 #444E65 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 68 | 78 | 101 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.60 |
| HSL | 221.82º | 0.2% | 0.33% | - |
| HSV(B) | 221.82º | 0.33% | 0.4% | - |
| XYZ | 7.46 | 7.62 | 13.39 | - |
| YUV | 77.63 | 141.19 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 78 | 101 | 0.33 | 0.23 | 0 | 0.60 | 221.82 | 0.2 | 0.33 |
| Hex | 44 | 4E | 65 | 21 | 17 | 0 | 3C | DE | 14 | 21 |
| Octal | 104 | 116 | 145 | 41 | 27 | 0 | 74 | 336 | 24 | 41 |
| Binary | 1000100 | 1001110 | 1100101 | 100001 | 10111 | 0 | 111100 | 11011110 | 10100 | 100001 |
Color Harmonies of #444E65
Complementary color
Monochromatic Colors of #444E65
Black with #444E65
Text Example
Text Example
White with #444E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444E65; }
p { color: rgb(68,78,101); }
H1.HeaderClassName
{
color: #444E65;
}
.AnyTagClassName
{
color: #444E65;
}
</style>
background-color css
<style>
a { background-color: #444E65; }
a { background-color: rgb(68,78,101); }
div.DivClassName
{
background-color: #444E65;
}
.BgClassName
{
background-color: #444E65;
}
</style>
border-color css
<style>
span { border-color: #444E65; }
span { border-color: rgb(68,78,101); }
td.TdClassName
{
border-color: #444E65;
}
.TagClassName
{
border-color: #444E65;
}
</style>