Shades of East Bay #444D63
Tints of East Bay #444D63
RGB
CMYK
RGB Variations
Color information
#444D63 (or 0x444D63) is known color: East Bay. HEX triplet: 44, 4D and 63. RGB value is (68,77,99). Sum of RGB (Red+Green+Blue) = 68+77+99=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 99 - color contains mainly: blue. Hex color #444D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444D63 is #BBB29C. Grayscale: #4C4C4C. Windows color (decimal): -12300957 or 6507844. OLE color: 6507844.
HSL color Cylindrical-coordinate representation of color #444D63: hue angle of 222.58º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #444D63 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 77 | 99 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.61 |
| HSL | 222.58º | 0.19% | 0.33% | - |
| HSV(B) | 222.58º | 0.31% | 0.39% | - |
| XYZ | 7.29 | 7.44 | 12.86 | - |
| YUV | 76.82 | 140.52 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 99 | 0.31 | 0.22 | 0 | 0.61 | 222.58 | 0.19 | 0.33 |
| Hex | 44 | 4D | 63 | 1F | 16 | 0 | 3D | DF | 13 | 21 |
| Octal | 104 | 115 | 143 | 37 | 26 | 0 | 75 | 337 | 23 | 41 |
| Binary | 1000100 | 1001101 | 1100011 | 11111 | 10110 | 0 | 111101 | 11011111 | 10011 | 100001 |
Color Harmonies of #444D63
Complementary color
Monochromatic Colors of #444D63
Black with #444D63
Text Example
Text Example
White with #444D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444D63; }
p { color: rgb(68,77,99); }
H1.HeaderClassName
{
color: #444D63;
}
.AnyTagClassName
{
color: #444D63;
}
</style>
background-color css
<style>
a { background-color: #444D63; }
a { background-color: rgb(68,77,99); }
div.DivClassName
{
background-color: #444D63;
}
.BgClassName
{
background-color: #444D63;
}
</style>
border-color css
<style>
span { border-color: #444D63; }
span { border-color: rgb(68,77,99); }
td.TdClassName
{
border-color: #444D63;
}
.TagClassName
{
border-color: #444D63;
}
</style>