Html Css Color HEX #040548 Midnight Express

📋 copy color: '#040548'

red 4 ◦ green 5 ◦ blue 72

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

Shades of Midnight Express #040548

Tints of Midnight Express #040548

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.17%

 BLUE value IS 72 (28.52% from 255) = 88.89%

R = 4.94%
G = 6.17%
B = 88.89%

CMYK

 C value IS 0.94

 M value IS 0.93

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#040548 (or 0x040548) is known color: Midnight Express. HEX triplet: 04, 05 and 48. RGB value is (4,5,72). Sum of RGB (Red+Green+Blue) = 4+5+72=81 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.94% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 72 (28.52% from 255 or 88.89% from 81); Max value from RGB is 72 - color contains mainly: blue. Hex color #040548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040548 is #FBFAB7. Grayscale: #0C0C0C. Windows color (decimal): -16513720 or 4719876. OLE color: 4719876.

HSL color Cylindrical-coordinate representation of color #040548: hue angle of 239.12º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #040548 is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 4 5 72 -
CMYK 0.94 0.93 0 0.72
HSL 239.12º 0.89% 0.15% -
HSV(B) 239.12º 0.94% 0.28% -
XYZ 1.27 0.6 6.18 -
YUV 12.34 161.67 122.05 -
System Red Green Blue C M Y K H S L
Decimal 4 5 72 0.94 0.93 0 0.72 239.12 0.89 0.15
Hex 4 5 48 5E 5D 0 48 EF 59 F
Octal 4 5 110 136 135 0 110 357 131 17
Binary 100 101 1001000 1011110 1011101 0 1001000 11101111 1011001 1111

Color Harmonies of #040548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040548

Black with #040548

Text Example


Text Example

White with #040548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040548; }

 p { color: rgb(4,5,72); }

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

background-color css

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

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

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

border-color css

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

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

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