Html Css Color HEX #403D54 Gun Powder

📋 copy color: '#403D54'

red 64 ◦ green 61 ◦ blue 84

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

Shades of Gun Powder #403D54

Tints of Gun Powder #403D54

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.19%

 BLUE value IS 84 (33.2% from 255) = 40.19%

R = 30.62%
G = 29.19%
B = 40.19%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#403D54 (or 0x403D54) is known color: Gun Powder. HEX triplet: 40, 3D and 54. RGB value is (64,61,84). Sum of RGB (Red+Green+Blue) = 64+61+84=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 84 - color contains mainly: blue. Hex color #403D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403D54 is #BFC2AB. Grayscale: #404040. Windows color (decimal): -12567212 or 5520704. OLE color: 5520704.

HSL color Cylindrical-coordinate representation of color #403D54: hue angle of 247.83º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #403D54 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 61 84 -
CMYK 0.24 0.27 0 0.67
HSL 247.83º 0.16% 0.28% -
HSV(B) 247.83º 0.27% 0.33% -
XYZ 5.38 5.07 9.08 -
YUV 64.52 138.99 127.63 -
System Red Green Blue C M Y K H S L
Decimal 64 61 84 0.24 0.27 0 0.67 247.83 0.16 0.28
Hex 40 3D 54 18 1B 0 43 F8 10 1C
Octal 100 75 124 30 33 0 103 370 20 34
Binary 1000000 111101 1010100 11000 11011 0 1000011 11111000 10000 11100

Color Harmonies of #403D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D54

Black with #403D54

Text Example


Text Example

White with #403D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,61,84); }

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

background-color css

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

 a { background-color: rgb(64,61,84); }

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

border-color css

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

 span { border-color: rgb(64,61,84); }

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