Shades of East Bay #444D62
Tints of East Bay #444D62
RGB
CMYK
RGB Variations
Color information
#444D62 (or 0x444D62) is known color: East Bay. HEX triplet: 44, 4D and 62. RGB value is (68,77,98). Sum of RGB (Red+Green+Blue) = 68+77+98=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 98 - color contains mainly: blue. Hex color #444D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444D62 is #BBB29D. Grayscale: #4C4C4C. Windows color (decimal): -12300958 or 6442308. OLE color: 6442308.
HSL color Cylindrical-coordinate representation of color #444D62: hue angle of 222º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #444D62 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 77 | 98 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.62 |
| HSL | 222º | 0.18% | 0.33% | - |
| HSV(B) | 222º | 0.31% | 0.38% | - |
| XYZ | 7.24 | 7.42 | 12.61 | - |
| YUV | 76.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 98 | 0.31 | 0.21 | 0 | 0.62 | 222 | 0.18 | 0.33 |
| Hex | 44 | 4D | 62 | 1F | 15 | 0 | 3E | DE | 12 | 21 |
| Octal | 104 | 115 | 142 | 37 | 25 | 0 | 76 | 336 | 22 | 41 |
| Binary | 1000100 | 1001101 | 1100010 | 11111 | 10101 | 0 | 111110 | 11011110 | 10010 | 100001 |
Color Harmonies of #444D62
Complementary color
Monochromatic Colors of #444D62
Black with #444D62
Text Example
Text Example
White with #444D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444D62; }
p { color: rgb(68,77,98); }
H1.HeaderClassName
{
color: #444D62;
}
.AnyTagClassName
{
color: #444D62;
}
</style>
background-color css
<style>
a { background-color: #444D62; }
a { background-color: rgb(68,77,98); }
div.DivClassName
{
background-color: #444D62;
}
.BgClassName
{
background-color: #444D62;
}
</style>
border-color css
<style>
span { border-color: #444D62; }
span { border-color: rgb(68,77,98); }
td.TdClassName
{
border-color: #444D62;
}
.TagClassName
{
border-color: #444D62;
}
</style>