Html Css Color HEX #403E52 Gun Powder

📋 copy color: '#403E52'

red 64 ◦ green 62 ◦ blue 82

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

Shades of Gun Powder #403E52

Tints of Gun Powder #403E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 39.42%

R = 30.77%
G = 29.81%
B = 39.42%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#403E52 (or 0x403E52) is known color: Gun Powder. HEX triplet: 40, 3E and 52. RGB value is (64,62,82). Sum of RGB (Red+Green+Blue) = 64+62+82=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 62 (24.61% from 255 or 29.81% from 208); Blue value is 82 (32.42% from 255 or 39.42% from 208); Max value from RGB is 82 - color contains mainly: blue. Hex color #403E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403E52 is #BFC1AD. Grayscale: #404040. Windows color (decimal): -12566958 or 5389888. OLE color: 5389888.

HSL color Cylindrical-coordinate representation of color #403E52: hue angle of 246º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #403E52 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 62 82 -
CMYK 0.22 0.24 0 0.68
HSL 246º 0.14% 0.28% -
HSV(B) 246º 0.24% 0.32% -
XYZ 5.36 5.14 8.69 -
YUV 64.88 137.66 127.37 -
System Red Green Blue C M Y K H S L
Decimal 64 62 82 0.22 0.24 0 0.68 246 0.14 0.28
Hex 40 3E 52 16 18 0 44 F6 E 1C
Octal 100 76 122 26 30 0 104 366 16 34
Binary 1000000 111110 1010010 10110 11000 0 1000100 11110110 1110 11100

Color Harmonies of #403E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403E52

Black with #403E52

Text Example


Text Example

White with #403E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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