Html Css Color HEX #403C56 Gun Powder

📋 copy color: '#403C56'

red 64 ◦ green 60 ◦ blue 86

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

Shades of Gun Powder #403C56

Tints of Gun Powder #403C56

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.57%

 BLUE value IS 86 (33.98% from 255) = 40.95%

R = 30.48%
G = 28.57%
B = 40.95%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#403C56 (or 0x403C56) is known color: Gun Powder. HEX triplet: 40, 3C and 56. RGB value is (64,60,86). Sum of RGB (Red+Green+Blue) = 64+60+86=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 86 - color contains mainly: blue. Hex color #403C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403C56 is #BFC3A9. Grayscale: #404040. Windows color (decimal): -12567466 or 5651520. OLE color: 5651520.

HSL color Cylindrical-coordinate representation of color #403C56: hue angle of 249.23º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #403C56 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 64 60 86 -
CMYK 0.26 0.30 0 0.66
HSL 249.23º 0.18% 0.29% -
HSV(B) 249.23º 0.3% 0.34% -
XYZ 5.41 4.99 9.48 -
YUV 64.16 140.33 127.89 -
System Red Green Blue C M Y K H S L
Decimal 64 60 86 0.26 0.30 0 0.66 249.23 0.18 0.29
Hex 40 3C 56 1A 1E 0 42 F9 12 1D
Octal 100 74 126 32 36 0 102 371 22 35
Binary 1000000 111100 1010110 11010 11110 0 1000010 11111001 10010 11101

Color Harmonies of #403C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403C56

Black with #403C56

Text Example


Text Example

White with #403C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,60,86); }

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

background-color css

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

 a { background-color: rgb(64,60,86); }

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

border-color css

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

 span { border-color: rgb(64,60,86); }

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