Html Css Color HEX #040849 Midnight Express

📋 copy color: '#040849'

red 4 ◦ green 8 ◦ blue 73

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

Shades of Midnight Express #040849

Tints of Midnight Express #040849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.41%

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

R = 4.71%
G = 9.41%
B = 85.88%

CMYK

 C value IS 0.95

 M value IS 0.89

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#040849 (or 0x040849) is known color: Midnight Express. HEX triplet: 04, 08 and 49. RGB value is (4,8,73). Sum of RGB (Red+Green+Blue) = 4+8+73=85 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.71% from 85); Green value is 8 (3.52% from 255 or 9.41% from 85); Blue value is 73 (28.91% from 255 or 85.88% from 85); Max value from RGB is 73 - color contains mainly: blue. Hex color #040849 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040849 is #FBF7B6. Grayscale: #0D0D0D. Windows color (decimal): -16512951 or 4786180. OLE color: 4786180.

HSL color Cylindrical-coordinate representation of color #040849: hue angle of 236.52º 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 #040849 is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 8 73 -
CMYK 0.95 0.89 0 0.71
HSL 236.52º 0.9% 0.15% -
HSV(B) 236.52º 0.95% 0.29% -
XYZ 1.34 0.68 6.36 -
YUV 14.21 161.17 120.71 -
System Red Green Blue C M Y K H S L
Decimal 4 8 73 0.95 0.89 0 0.71 236.52 0.9 0.15
Hex 4 8 49 5F 59 0 47 ED 5A F
Octal 4 10 111 137 131 0 107 355 132 17
Binary 100 1000 1001001 1011111 1011001 0 1000111 11101101 1011010 1111

Color Harmonies of #040849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040849

Black with #040849

Text Example


Text Example

White with #040849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040849; }

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

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

background-color css

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

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

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

border-color css

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

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

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