Shades of East Bay #444E6B
Tints of East Bay #444E6B
RGB
CMYK
RGB Variations
Color information
#444E6B (or 0x444E6B) is known color: East Bay. HEX triplet: 44, 4E and 6B. RGB value is (68,78,107). Sum of RGB (Red+Green+Blue) = 68+78+107=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 107 - color contains mainly: blue. Hex color #444E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444E6B is #BBB194. Grayscale: #4E4E4E. Windows color (decimal): -12300693 or 7032388. OLE color: 7032388.
HSL color Cylindrical-coordinate representation of color #444E6B: hue angle of 224.62º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #444E6B is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 78 | 107 | - |
| CMYK | 0.36 | 0.27 | 0 | 0.58 |
| HSL | 224.62º | 0.22% | 0.34% | - |
| HSV(B) | 224.62º | 0.36% | 0.42% | - |
| XYZ | 7.76 | 7.74 | 14.99 | - |
| YUV | 78.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 78 | 107 | 0.36 | 0.27 | 0 | 0.58 | 224.62 | 0.22 | 0.34 |
| Hex | 44 | 4E | 6B | 24 | 1B | 0 | 3A | E1 | 16 | 22 |
| Octal | 104 | 116 | 153 | 44 | 33 | 0 | 72 | 341 | 26 | 42 |
| Binary | 1000100 | 1001110 | 1101011 | 100100 | 11011 | 0 | 111010 | 11100001 | 10110 | 100010 |
Color Harmonies of #444E6B
Complementary color
Monochromatic Colors of #444E6B
Black with #444E6B
Text Example
Text Example
White with #444E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444E6B; }
p { color: rgb(68,78,107); }
H1.HeaderClassName
{
color: #444E6B;
}
.AnyTagClassName
{
color: #444E6B;
}
</style>
background-color css
<style>
a { background-color: #444E6B; }
a { background-color: rgb(68,78,107); }
div.DivClassName
{
background-color: #444E6B;
}
.BgClassName
{
background-color: #444E6B;
}
</style>
border-color css
<style>
span { border-color: #444E6B; }
span { border-color: rgb(68,78,107); }
td.TdClassName
{
border-color: #444E6B;
}
.TagClassName
{
border-color: #444E6B;
}
</style>