Html Css Color HEX #040645 Midnight Express

📋 copy color: '#040645'

red 4 ◦ green 6 ◦ blue 69

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

Shades of Midnight Express #040645

Tints of Midnight Express #040645

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.59%

 BLUE value IS 69 (27.34% from 255) = 87.34%

R = 5.06%
G = 7.59%
B = 87.34%

CMYK

 C value IS 0.94

 M value IS 0.91

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#040645 (or 0x040645) is known color: Midnight Express. HEX triplet: 04, 06 and 45. RGB value is (4,6,69). Sum of RGB (Red+Green+Blue) = 4+6+69=79 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.06% from 79); Green value is 6 (2.73% from 255 or 7.59% from 79); Blue value is 69 (27.34% from 255 or 87.34% from 79); Max value from RGB is 69 - color contains mainly: blue. Hex color #040645 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040645 is #FBF9BA. Grayscale: #0C0C0C. Windows color (decimal): -16513467 or 4523524. OLE color: 4523524.

HSL color Cylindrical-coordinate representation of color #040645: hue angle of 238.15º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #040645 is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 4 6 69 -
CMYK 0.94 0.91 0 0.73
HSL 238.15º 0.89% 0.14% -
HSV(B) 238.15º 0.94% 0.27% -
XYZ 1.19 0.59 5.68 -
YUV 12.58 159.84 121.88 -
System Red Green Blue C M Y K H S L
Decimal 4 6 69 0.94 0.91 0 0.73 238.15 0.89 0.14
Hex 4 6 45 5E 5B 0 49 EE 59 E
Octal 4 6 105 136 133 0 111 356 131 16
Binary 100 110 1000101 1011110 1011011 0 1001001 11101110 1011001 1110

Color Harmonies of #040645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040645

Black with #040645

Text Example


Text Example

White with #040645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040645; }

 p { color: rgb(4,6,69); }

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

background-color css

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

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

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

border-color css

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

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

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