Shades of Midnight Express #040448
Tints of Midnight Express #040448
RGB
CMYK
RGB Variations
Color information
#040448 (or 0x040448) is known color: Midnight Express. HEX triplet: 04, 04 and 48. RGB value is (4,4,72). Sum of RGB (Red+Green+Blue) = 4+4+72=80 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5% from 80); Green value is 4 (1.95% from 255 or 5% from 80); Blue value is 72 (28.52% from 255 or 90% from 80); Max value from RGB is 72 - color contains mainly: blue. Hex color #040448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040448 is #FBFBB7. Grayscale: #0B0B0B. Windows color (decimal): -16513976 or 4719620. OLE color: 4719620.
HSL color Cylindrical-coordinate representation of color #040448: hue angle of 240º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #040448 is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 4 | 4 | 72 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.72 |
| HSL | 240º | 0.89% | 0.15% | - |
| HSV(B) | 240º | 0.94% | 0.28% | - |
| XYZ | 1.26 | 0.58 | 6.18 | - |
| YUV | 11.75 | 162 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 4 | 72 | 0.94 | 0.94 | 0 | 0.72 | 240 | 0.89 | 0.15 |
| Hex | 4 | 4 | 48 | 5E | 5E | 0 | 48 | F0 | 59 | F |
| Octal | 4 | 4 | 110 | 136 | 136 | 0 | 110 | 360 | 131 | 17 |
| Binary | 100 | 100 | 1001000 | 1011110 | 1011110 | 0 | 1001000 | 11110000 | 1011001 | 1111 |
Color Harmonies of #040448
Complementary color
Monochromatic Colors of #040448
Black with #040448
Text Example
Text Example
White with #040448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040448; }
p { color: rgb(4,4,72); }
H1.HeaderClassName
{
color: #040448;
}
.AnyTagClassName
{
color: #040448;
}
</style>
background-color css
<style>
a { background-color: #040448; }
a { background-color: rgb(4,4,72); }
div.DivClassName
{
background-color: #040448;
}
.BgClassName
{
background-color: #040448;
}
</style>
border-color css
<style>
span { border-color: #040448; }
span { border-color: rgb(4,4,72); }
td.TdClassName
{
border-color: #040448;
}
.TagClassName
{
border-color: #040448;
}
</style>