#040A47

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

Shades of Midnight Express #040A47

Tints of Midnight Express #040A47

Color information

#040A47 (or 0x040A47) is unknown color: approx Midnight Express. HEX triplet: 04, 0A and 47. RGB value is (4,10,71). Sum of RGB (Red+Green+Blue) = 4+10+71=85 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.71% from 85); Green value is 10 (4.30% from 255 or 11.76% from 85); Blue value is 71 (28.12% from 255 or 83.53% from 85); Max value from RGB is 71 - color contains mainly: blue. Hex color #040A47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040A47 is #FBF5B8. Grayscale: #0E0E0E. Windows color (decimal): -16512441 or 4655620. OLE color: 4655620.

HSL color Cylindrical-coordinate representation of color #040A47: hue angle of 234.63º 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 #040A47 is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB41071-
CMYK0.940.8600.72
HSL234.63º89.33%14.71%-
HSV(B)234.63º94.37%27.84%-
XYZ1.30.76.03-
YUV15.16159.51120.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.71%
GREEN value IS 10 (4.30% from 255) = 11.76%
BLUE value IS 71 (28.12% from 255) = 83.53%
R=4.71%
G=11.76%
B=83.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal410710.940.8600.72234.6389.3314.71
Hex4A475E56048eb59f
Octal412107136126011035313117
Binary1001010100011110111101010110010010001110101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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