Shades of Midnight Express #040648
Tints of Midnight Express #040648
RGB
CMYK
RGB Variations
Color information
#040648 (or 0x040648) is known color: Midnight Express. HEX triplet: 04, 06 and 48. RGB value is (4,6,72). Sum of RGB (Red+Green+Blue) = 4+6+72=82 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.88% from 82); Green value is 6 (2.73% from 255 or 7.32% from 82); Blue value is 72 (28.52% from 255 or 87.80% from 82); Max value from RGB is 72 - color contains mainly: blue. Hex color #040648 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040648 is #FBF9B7. Grayscale: #0C0C0C. Windows color (decimal): -16513464 or 4720132. OLE color: 4720132.
HSL color Cylindrical-coordinate representation of color #040648: hue angle of 238.24º 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 #040648 is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 4 | 6 | 72 | - |
| CMYK | 0.94 | 0.92 | 0 | 0.72 |
| HSL | 238.24º | 0.89% | 0.15% | - |
| HSV(B) | 238.24º | 0.94% | 0.28% | - |
| XYZ | 1.28 | 0.62 | 6.18 | - |
| YUV | 12.93 | 161.34 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 6 | 72 | 0.94 | 0.92 | 0 | 0.72 | 238.24 | 0.89 | 0.15 |
| Hex | 4 | 6 | 48 | 5E | 5C | 0 | 48 | EE | 59 | F |
| Octal | 4 | 6 | 110 | 136 | 134 | 0 | 110 | 356 | 131 | 17 |
| Binary | 100 | 110 | 1001000 | 1011110 | 1011100 | 0 | 1001000 | 11101110 | 1011001 | 1111 |
Color Harmonies of #040648
Complementary color
Monochromatic Colors of #040648
Black with #040648
Text Example
Text Example
White with #040648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040648; }
p { color: rgb(4,6,72); }
H1.HeaderClassName
{
color: #040648;
}
.AnyTagClassName
{
color: #040648;
}
</style>
background-color css
<style>
a { background-color: #040648; }
a { background-color: rgb(4,6,72); }
div.DivClassName
{
background-color: #040648;
}
.BgClassName
{
background-color: #040648;
}
</style>
border-color css
<style>
span { border-color: #040648; }
span { border-color: rgb(4,6,72); }
td.TdClassName
{
border-color: #040648;
}
.TagClassName
{
border-color: #040648;
}
</style>