Shades of Midnight Express #040444
Tints of Midnight Express #040444
RGB
CMYK
RGB Variations
Color information
#040444 (or 0x040444) is known color: Midnight Express. HEX triplet: 04, 04 and 44. RGB value is (4,4,68). Sum of RGB (Red+Green+Blue) = 4+4+68=76 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.26% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 68 (26.95% from 255 or 89.47% from 76); Max value from RGB is 68 - color contains mainly: blue. Hex color #040444 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040444 is #FBFBBB. Grayscale: #0B0B0B. Windows color (decimal): -16513980 or 4457476. OLE color: 4457476.
HSL color Cylindrical-coordinate representation of color #040444: hue angle of 240º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #040444 is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 4 | 68 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.73 |
| HSL | 240º | 0.89% | 0.14% | - |
| HSV(B) | 240º | 0.94% | 0.27% | - |
| XYZ | 1.14 | 0.53 | 5.51 | - |
| YUV | 11.3 | 160 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 4 | 68 | 0.94 | 0.94 | 0 | 0.73 | 240 | 0.89 | 0.14 |
| Hex | 4 | 4 | 44 | 5E | 5E | 0 | 49 | F0 | 59 | E |
| Octal | 4 | 4 | 104 | 136 | 136 | 0 | 111 | 360 | 131 | 16 |
| Binary | 100 | 100 | 1000100 | 1011110 | 1011110 | 0 | 1001001 | 11110000 | 1011001 | 1110 |
Color Harmonies of #040444
Complementary color
Monochromatic Colors of #040444
Black with #040444
Text Example
Text Example
White with #040444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040444; }
p { color: rgb(4,4,68); }
H1.HeaderClassName
{
color: #040444;
}
.AnyTagClassName
{
color: #040444;
}
</style>
background-color css
<style>
a { background-color: #040444; }
a { background-color: rgb(4,4,68); }
div.DivClassName
{
background-color: #040444;
}
.BgClassName
{
background-color: #040444;
}
</style>
border-color css
<style>
span { border-color: #040444; }
span { border-color: rgb(4,4,68); }
td.TdClassName
{
border-color: #040444;
}
.TagClassName
{
border-color: #040444;
}
</style>