#040A49

Color #040A49 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #040A49

Tints of Midnight Express #040A49

Color information

#040A49 (or 0x040A49) is unknown color: approx Midnight Express. HEX triplet: 04, 0A and 49. RGB value is (4,10,73). Sum of RGB (Red+Green+Blue) = 4+10+73=87 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.60% from 87); Green value is 10 (4.30% from 255 or 11.49% from 87); Blue value is 73 (28.91% from 255 or 83.91% from 87); Max value from RGB is 73 - color contains mainly: blue. Hex color #040A49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040A49 is #FBF5B6. Grayscale: #0F0F0F. Windows color (decimal): -16512439 or 4786692. OLE color: 4786692.

HSL color Cylindrical-coordinate representation of color #040A49: hue angle of 234.78º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040A49 is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB41073-
CMYK0.950.8600.71
HSL234.78º89.61%15.1%-
HSV(B)234.78º94.52%28.63%-
XYZ1.360.726.37-
YUV15.39160.51119.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 4.60%
GREEN value IS 10 (4.30% from 255) = 11.49%
BLUE value IS 73 (28.91% from 255) = 83.91%
R=4.60%
G=11.49%
B=83.91%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal410730.950.8600.71234.7889.6115.1
Hex4A495F56047eb5af
Octal412111137126010735313217
Binary1001010100100110111111010110010001111110101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040A49; }

 p { color: rgb(4,10,73); }

 H1.HeaderClassName
 {
   color: #040A49;
 }
 .AnyTagClassName
 {
   color: #040A49;
 }
</style>
background-color css

<style>
 a { background-color: #040A49; }

 a { background-color: rgb(4,10,73); }

 div.DivClassName
 {
   background-color: #040A49;
 }
 .BgClassName
 {
   background-color: #040A49;
 }
</style>
border-color css

<style>
 span { border-color: #040A49; }

 span { border-color: rgb(4,10,73); }

 td.TdClassName
 {
   border-color: #040A49;
 }
 .TagClassName
 {
   border-color: #040A49;
 }
</style>