#040246

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

Shades of Midnight Express #040246

Tints of Midnight Express #040246

Color information

#040246 (or 0x040246) is unknown color: approx Midnight Express. HEX triplet: 04, 02 and 46. RGB value is (4,2,70). Sum of RGB (Red+Green+Blue) = 4+2+70=76 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.26% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 70 (27.73% from 255 or 92.11% from 76); Max value from RGB is 70 - color contains mainly: blue. Hex color #040246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040246 is #FBFDB9. Grayscale: #0A0A0A. Windows color (decimal): -16514490 or 4588036. OLE color: 4588036.

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

Color convert

RGB4270-
CMYK0.940.9700.73
HSL241.76º94.44%14.12%-
HSV(B)241.76º97.14%27.45%-
XYZ1.180.515.83-
YUV10.35161.66123.47-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.26%
GREEN value IS 2 (1.17% from 255) = 2.63%
BLUE value IS 70 (27.73% from 255) = 92.11%
R=5.26%
G=2.63%
B=92.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal42700.940.9700.73241.7694.4414.12
Hex42465E61049f25ee
Octal42106136141011136213616
Binary10010100011010111101100001010010011111001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040246; }

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

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

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

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

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

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

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

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