#041246

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

Shades of Midnight Express #041246

Tints of Midnight Express #041246

Color information

#041246 (or 0x041246) is unknown color: approx Midnight Express. HEX triplet: 04, 12 and 46. RGB value is (4,18,70). Sum of RGB (Red+Green+Blue) = 4+18+70=92 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.35% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 70 (27.73% from 255 or 76.09% from 92); Max value from RGB is 70 - color contains mainly: blue. Hex color #041246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041246 is #FBEDB9. Grayscale: #131313. Windows color (decimal): -16510394 or 4592132. OLE color: 4592132.

HSL color Cylindrical-coordinate representation of color #041246: hue angle of 227.27º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #041246 is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB41870-
CMYK0.940.7400.73
HSL227.27º89.19%14.51%-
HSV(B)227.27º94.29%27.45%-
XYZ1.370.95.9-
YUV19.74156.36116.77-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.35%
GREEN value IS 18 (7.42% from 255) = 19.57%
BLUE value IS 70 (27.73% from 255) = 76.09%
R=4.35%
G=19.57%
B=76.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal418700.940.7400.73227.2789.1914.51
Hex412465E4A049e359f
Octal422106136112011134313117
Binary10010010100011010111101001010010010011110001110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041246; }

 p { color: rgb(4,18,70); }

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

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

 a { background-color: rgb(4,18,70); }

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

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

 span { border-color: rgb(4,18,70); }

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