Html Css Color HEX #041046 Midnight Express

📋 copy color: '#041046'

red 4 ◦ green 16 ◦ blue 70

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

Shades of Midnight Express #041046

Tints of Midnight Express #041046

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.78%

 BLUE value IS 70 (27.73% from 255) = 77.78%

R = 4.44%
G = 17.78%
B = 77.78%

CMYK

 C value IS 0.94

 M value IS 0.77

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#041046 (or 0x041046) is known color: Midnight Express. HEX triplet: 04, 10 and 46. RGB value is (4,16,70). Sum of RGB (Red+Green+Blue) = 4+16+70=90 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.44% from 90); Green value is 16 (6.64% from 255 or 17.78% from 90); Blue value is 70 (27.73% from 255 or 77.78% from 90); Max value from RGB is 70 - color contains mainly: blue. Hex color #041046 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041046 is #FBEFB9. Grayscale: #121212. Windows color (decimal): -16510906 or 4591620. OLE color: 4591620.

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

Color convert

RGB 4 16 70 -
CMYK 0.94 0.77 0 0.73
HSL 229.09º 0.89% 0.15% -
HSV(B) 229.09º 0.94% 0.27% -
XYZ 1.34 0.84 5.89 -
YUV 18.57 157.02 117.61 -
System Red Green Blue C M Y K H S L
Decimal 4 16 70 0.94 0.77 0 0.73 229.09 0.89 0.15
Hex 4 10 46 5E 4D 0 49 E5 59 F
Octal 4 20 106 136 115 0 111 345 131 17
Binary 100 10000 1000110 1011110 1001101 0 1001001 11100101 1011001 1111

Color Harmonies of #041046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041046

Black with #041046

Text Example


Text Example

White with #041046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041046; }

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

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

background-color css

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

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

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

border-color css

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

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

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