Html Css Color HEX #040438 Midnight Express

📋 copy color: '#040438'

red 4 ◦ green 4 ◦ blue 56

#040438
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #040438

Tints of Midnight Express #040438

RGB

 RED value IS 4 (1.95% from 255) = 6.25%

 GREEN value IS 4 (1.95% from 255) = 6.25%

 BLUE value IS 56 (22.27% from 255) = 87.5%

R = 6.25%
G = 6.25%
B = 87.5%

CMYK

 C value IS 0.93

 M value IS 0.93

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#040438 (or 0x040438) is known color: Midnight Express. HEX triplet: 04, 04 and 38. RGB value is (4,4,56). Sum of RGB (Red+Green+Blue) = 4+4+56=64 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.25% from 64); Green value is 4 (1.95% from 255 or 6.25% from 64); Blue value is 56 (22.27% from 255 or 87.5% from 64); Max value from RGB is 56 - color contains mainly: blue. Hex color #040438 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040438 is #FBFBC7. Grayscale: #090909. Windows color (decimal): -16513992 or 3671044. OLE color: 3671044.

HSL color Cylindrical-coordinate representation of color #040438: hue angle of 240º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #040438 is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 4 4 56 -
CMYK 0.93 0.93 0 0.78
HSL 240º 0.87% 0.12% -
HSV(B) 240º 0.93% 0.22% -
XYZ 0.81 0.4 3.78 -
YUV 9.93 154 123.77 -
System Red Green Blue C M Y K H S L
Decimal 4 4 56 0.93 0.93 0 0.78 240 0.87 0.12
Hex 4 4 38 5D 5D 0 4E F0 57 C
Octal 4 4 70 135 135 0 116 360 127 14
Binary 100 100 111000 1011101 1011101 0 1001110 11110000 1010111 1100

Color Harmonies of #040438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040438

Black with #040438

Text Example


Text Example

White with #040438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040438; }

 p { color: rgb(4,4,56); }

 H1.HeaderClassName
 {
   color: #040438;
 }
 .AnyTagClassName
 {
   color: #040438;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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