Shades of East Bay #444B64
Tints of East Bay #444B64
RGB
CMYK
RGB Variations
Color information
#444B64 (or 0x444B64) is known color: East Bay. HEX triplet: 44, 4B and 64. RGB value is (68,75,100). Sum of RGB (Red+Green+Blue) = 68+75+100=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 100 (39.45% from 255 or 41.15% from 243); Max value from RGB is 100 - color contains mainly: blue. Hex color #444B64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444B64 is #BBB49B. Grayscale: #4B4B4B. Windows color (decimal): -12301468 or 6572868. OLE color: 6572868.
HSL color Cylindrical-coordinate representation of color #444B64: hue angle of 226.88º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #444B64 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 75 | 100 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.61 |
| HSL | 226.88º | 0.19% | 0.33% | - |
| HSV(B) | 226.88º | 0.32% | 0.39% | - |
| XYZ | 7.2 | 7.18 | 13.06 | - |
| YUV | 75.76 | 141.68 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 100 | 0.32 | 0.25 | 0 | 0.61 | 226.88 | 0.19 | 0.33 |
| Hex | 44 | 4B | 64 | 20 | 19 | 0 | 3D | E3 | 13 | 21 |
| Octal | 104 | 113 | 144 | 40 | 31 | 0 | 75 | 343 | 23 | 41 |
| Binary | 1000100 | 1001011 | 1100100 | 100000 | 11001 | 0 | 111101 | 11100011 | 10011 | 100001 |
Color Harmonies of #444B64
Complementary color
Monochromatic Colors of #444B64
Black with #444B64
Text Example
Text Example
White with #444B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444B64; }
p { color: rgb(68,75,100); }
H1.HeaderClassName
{
color: #444B64;
}
.AnyTagClassName
{
color: #444B64;
}
</style>
background-color css
<style>
a { background-color: #444B64; }
a { background-color: rgb(68,75,100); }
div.DivClassName
{
background-color: #444B64;
}
.BgClassName
{
background-color: #444B64;
}
</style>
border-color css
<style>
span { border-color: #444B64; }
span { border-color: rgb(68,75,100); }
td.TdClassName
{
border-color: #444B64;
}
.TagClassName
{
border-color: #444B64;
}
</style>