#040946

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

Shades of Midnight Express #040946

Tints of Midnight Express #040946

Color information

#040946 (or 0x040946) is unknown color: approx Midnight Express. HEX triplet: 04, 09 and 46. RGB value is (4,9,70). Sum of RGB (Red+Green+Blue) = 4+9+70=83 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.82% from 83); Green value is 9 (3.91% from 255 or 10.84% from 83); Blue value is 70 (27.73% from 255 or 84.34% from 83); Max value from RGB is 70 - color contains mainly: blue. Hex color #040946 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040946 is #FBF6B9. Grayscale: #0E0E0E. Windows color (decimal): -16512698 or 4589828. OLE color: 4589828.

HSL color Cylindrical-coordinate representation of color #040946: hue angle of 235.45º 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 #040946 is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB4970-
CMYK0.940.8700.73
HSL235.45º89.19%14.51%-
HSV(B)235.45º94.29%27.45%-
XYZ1.250.665.86-
YUV14.46159.34120.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.82%
GREEN value IS 9 (3.91% from 255) = 10.84%
BLUE value IS 70 (27.73% from 255) = 84.34%
R=4.82%
G=10.84%
B=84.34%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal49700.940.8700.73235.4589.1914.51
Hex49465E57049eb59f
Octal411106136127011135313117
Binary1001001100011010111101010111010010011110101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040946; }

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

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

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

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

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

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

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

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