#040640

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

Shades of Midnight Express #040640

Tints of Midnight Express #040640

Color information

#040640 (or 0x040640) is unknown color: approx Midnight Express. HEX triplet: 04, 06 and 40. RGB value is (4,6,64). Sum of RGB (Red+Green+Blue) = 4+6+64=74 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.41% from 74); Green value is 6 (2.73% from 255 or 8.11% from 74); Blue value is 64 (25.39% from 255 or 86.49% from 74); Max value from RGB is 64 - color contains mainly: blue. Hex color #040640 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040640 is #FBF9BF. Grayscale: #0B0B0B. Windows color (decimal): -16513472 or 4195844. OLE color: 4195844.

HSL color Cylindrical-coordinate representation of color #040640: hue angle of 238º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #040640 is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB4664-
CMYK0.940.9100.75
HSL238º88.24%13.33%-
HSV(B)238º93.75%25.1%-
XYZ1.040.534.9-
YUV12.01157.34122.28-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.41%
GREEN value IS 6 (2.73% from 255) = 8.11%
BLUE value IS 64 (25.39% from 255) = 86.49%
R=5.41%
G=8.11%
B=86.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal46640.940.9100.7523888.2413.33
Hex46405E5B04Bee58d
Octal46100136133011335613015
Binary100110100000010111101011011010010111110111010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040640; }

 p { color: rgb(4,6,64); }

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

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

 a { background-color: rgb(4,6,64); }

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

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

 span { border-color: rgb(4,6,64); }

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