Html Css Color HEX #403F55 Gun Powder

📋 copy color: '#403F55'

red 64 ◦ green 63 ◦ blue 85

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

Shades of Gun Powder #403F55

Tints of Gun Powder #403F55

RGB

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

 GREEN value IS 63 (25% from 255) = 29.72%

 BLUE value IS 85 (33.59% from 255) = 40.09%

R = 30.19%
G = 29.72%
B = 40.09%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#403F55 (or 0x403F55) is known color: Gun Powder. HEX triplet: 40, 3F and 55. RGB value is (64,63,85). Sum of RGB (Red+Green+Blue) = 64+63+85=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 85 - color contains mainly: blue. Hex color #403F55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403F55 is #BFC0AA. Grayscale: #414141. Windows color (decimal): -12566699 or 5586752. OLE color: 5586752.

HSL color Cylindrical-coordinate representation of color #403F55: hue angle of 242.73º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #403F55 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 63 85 -
CMYK 0.25 0.26 0 0.67
HSL 242.73º 0.15% 0.29% -
HSV(B) 242.73º 0.26% 0.33% -
XYZ 5.53 5.3 9.33 -
YUV 65.81 138.83 126.71 -
System Red Green Blue C M Y K H S L
Decimal 64 63 85 0.25 0.26 0 0.67 242.73 0.15 0.29
Hex 40 3F 55 19 1A 0 43 F3 F 1D
Octal 100 77 125 31 32 0 103 363 17 35
Binary 1000000 111111 1010101 11001 11010 0 1000011 11110011 1111 11101

Color Harmonies of #403F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403F55

Black with #403F55

Text Example


Text Example

White with #403F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,63,85); }

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

background-color css

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

 a { background-color: rgb(64,63,85); }

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

border-color css

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

 span { border-color: rgb(64,63,85); }

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