Html Css Color HEX #040949 Midnight Express

📋 copy color: '#040949'

red 4 ◦ green 9 ◦ blue 73

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

Shades of Midnight Express #040949

Tints of Midnight Express #040949

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.47%

 BLUE value IS 73 (28.91% from 255) = 84.88%

R = 4.65%
G = 10.47%
B = 84.88%

CMYK

 C value IS 0.95

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#040949 (or 0x040949) is known color: Midnight Express. HEX triplet: 04, 09 and 49. RGB value is (4,9,73). Sum of RGB (Red+Green+Blue) = 4+9+73=86 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.65% from 86); Green value is 9 (3.91% from 255 or 10.47% from 86); Blue value is 73 (28.91% from 255 or 84.88% from 86); Max value from RGB is 73 - color contains mainly: blue. Hex color #040949 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040949 is #FBF6B6. Grayscale: #0E0E0E. Windows color (decimal): -16512695 or 4786436. OLE color: 4786436.

HSL color Cylindrical-coordinate representation of color #040949: hue angle of 235.65º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040949 is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 9 73 -
CMYK 0.95 0.88 0 0.71
HSL 235.65º 0.9% 0.15% -
HSV(B) 235.65º 0.95% 0.29% -
XYZ 1.35 0.7 6.37 -
YUV 14.8 160.84 120.3 -
System Red Green Blue C M Y K H S L
Decimal 4 9 73 0.95 0.88 0 0.71 235.65 0.9 0.15
Hex 4 9 49 5F 58 0 47 EC 5A F
Octal 4 11 111 137 130 0 107 354 132 17
Binary 100 1001 1001001 1011111 1011000 0 1000111 11101100 1011010 1111

Color Harmonies of #040949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040949

Black with #040949

Text Example


Text Example

White with #040949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040949; }

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

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

background-color css

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

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

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

border-color css

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

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

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