Shades of East Bay #444F65
Tints of East Bay #444F65
RGB
CMYK
RGB Variations
Color information
#444F65 (or 0x444F65) is known color: East Bay. HEX triplet: 44, 4F and 65. RGB value is (68,79,101). Sum of RGB (Red+Green+Blue) = 68+79+101=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 101 - color contains mainly: blue. Hex color #444F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444F65 is #BBB09A. Grayscale: #4E4E4E. Windows color (decimal): -12300443 or 6639428. OLE color: 6639428.
HSL color Cylindrical-coordinate representation of color #444F65: hue angle of 220º 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 #444F65 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 68 | 79 | 101 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.60 |
| HSL | 220º | 0.2% | 0.33% | - |
| HSV(B) | 220º | 0.33% | 0.4% | - |
| XYZ | 7.53 | 7.76 | 13.41 | - |
| YUV | 78.22 | 140.86 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 101 | 0.33 | 0.22 | 0 | 0.60 | 220 | 0.2 | 0.33 |
| Hex | 44 | 4F | 65 | 21 | 16 | 0 | 3C | DC | 14 | 21 |
| Octal | 104 | 117 | 145 | 41 | 26 | 0 | 74 | 334 | 24 | 41 |
| Binary | 1000100 | 1001111 | 1100101 | 100001 | 10110 | 0 | 111100 | 11011100 | 10100 | 100001 |
Color Harmonies of #444F65
Complementary color
Monochromatic Colors of #444F65
Black with #444F65
Text Example
Text Example
White with #444F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444F65; }
p { color: rgb(68,79,101); }
H1.HeaderClassName
{
color: #444F65;
}
.AnyTagClassName
{
color: #444F65;
}
</style>
background-color css
<style>
a { background-color: #444F65; }
a { background-color: rgb(68,79,101); }
div.DivClassName
{
background-color: #444F65;
}
.BgClassName
{
background-color: #444F65;
}
</style>
border-color css
<style>
span { border-color: #444F65; }
span { border-color: rgb(68,79,101); }
td.TdClassName
{
border-color: #444F65;
}
.TagClassName
{
border-color: #444F65;
}
</style>