Html Css Color HEX #403E59 Gun Powder

📋 copy color: '#403E59'

red 64 ◦ green 62 ◦ blue 89

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

Shades of Gun Powder #403E59

Tints of Gun Powder #403E59

RGB

 RED value IS 64 (25.39% from 255) = 29.77%

 GREEN value IS 62 (24.61% from 255) = 28.84%

 BLUE value IS 89 (35.16% from 255) = 41.4%

R = 29.77%
G = 28.84%
B = 41.4%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#403E59 (or 0x403E59) is known color: Gun Powder. HEX triplet: 40, 3E and 59. RGB value is (64,62,89). Sum of RGB (Red+Green+Blue) = 64+62+89=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 62 (24.61% from 255 or 28.84% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 89 - color contains mainly: blue. Hex color #403E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403E59 is #BFC1A6. Grayscale: #414141. Windows color (decimal): -12566951 or 5848640. OLE color: 5848640.

HSL color Cylindrical-coordinate representation of color #403E59: hue angle of 244.44º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #403E59 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 62 89 -
CMYK 0.28 0.30 0 0.65
HSL 244.44º 0.18% 0.3% -
HSV(B) 244.44º 0.3% 0.35% -
XYZ 5.64 5.26 10.17 -
YUV 65.68 141.16 126.8 -
System Red Green Blue C M Y K H S L
Decimal 64 62 89 0.28 0.30 0 0.65 244.44 0.18 0.3
Hex 40 3E 59 1C 1E 0 41 F4 12 1E
Octal 100 76 131 34 36 0 101 364 22 36
Binary 1000000 111110 1011001 11100 11110 0 1000001 11110100 10010 11110

Color Harmonies of #403E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403E59

Black with #403E59

Text Example


Text Example

White with #403E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403E59; }

 p { color: rgb(64,62,89); }

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

background-color css

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

 a { background-color: rgb(64,62,89); }

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

border-color css

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

 span { border-color: rgb(64,62,89); }

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