Shades of East Bay #444B63
Tints of East Bay #444B63
RGB
CMYK
RGB Variations
Color information
#444B63 (or 0x444B63) is known color: East Bay. HEX triplet: 44, 4B and 63. RGB value is (68,75,99). Sum of RGB (Red+Green+Blue) = 68+75+99=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 99 - color contains mainly: blue. Hex color #444B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444B63 is #BBB49C. Grayscale: #4B4B4B. Windows color (decimal): -12301469 or 6507332. OLE color: 6507332.
HSL color Cylindrical-coordinate representation of color #444B63: hue angle of 226.45º 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 #444B63 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 75 | 99 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.61 |
| HSL | 226.45º | 0.19% | 0.33% | - |
| HSV(B) | 226.45º | 0.31% | 0.39% | - |
| XYZ | 7.15 | 7.16 | 12.81 | - |
| YUV | 75.64 | 141.18 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 99 | 0.31 | 0.24 | 0 | 0.61 | 226.45 | 0.19 | 0.33 |
| Hex | 44 | 4B | 63 | 1F | 18 | 0 | 3D | E2 | 13 | 21 |
| Octal | 104 | 113 | 143 | 37 | 30 | 0 | 75 | 342 | 23 | 41 |
| Binary | 1000100 | 1001011 | 1100011 | 11111 | 11000 | 0 | 111101 | 11100010 | 10011 | 100001 |
Color Harmonies of #444B63
Complementary color
Monochromatic Colors of #444B63
Black with #444B63
Text Example
Text Example
White with #444B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444B63; }
p { color: rgb(68,75,99); }
H1.HeaderClassName
{
color: #444B63;
}
.AnyTagClassName
{
color: #444B63;
}
</style>
background-color css
<style>
a { background-color: #444B63; }
a { background-color: rgb(68,75,99); }
div.DivClassName
{
background-color: #444B63;
}
.BgClassName
{
background-color: #444B63;
}
</style>
border-color css
<style>
span { border-color: #444B63; }
span { border-color: rgb(68,75,99); }
td.TdClassName
{
border-color: #444B63;
}
.TagClassName
{
border-color: #444B63;
}
</style>