Html Css Color HEX #414256 Gun Powder

📋 copy color: '#414256'

red 65 ◦ green 66 ◦ blue 86

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

Shades of Gun Powder #414256

Tints of Gun Powder #414256

RGB

 RED value IS 65 (25.78% from 255) = 29.95%

 GREEN value IS 66 (26.17% from 255) = 30.41%

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

R = 29.95%
G = 30.41%
B = 39.63%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#414256 (or 0x414256) is known color: Gun Powder. HEX triplet: 41, 42 and 56. RGB value is (65,66,86). Sum of RGB (Red+Green+Blue) = 65+66+86=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 86 - color contains mainly: blue. Hex color #414256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414256 is #BEBDA9. Grayscale: #434343. Windows color (decimal): -12500394 or 5653057. OLE color: 5653057.

HSL color Cylindrical-coordinate representation of color #414256: hue angle of 237.14º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #414256 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 65 66 86 -
CMYK 0.24 0.23 0 0.66
HSL 237.14º 0.14% 0.3% -
HSV(B) 237.14º 0.24% 0.34% -
XYZ 5.81 5.69 9.6 -
YUV 67.98 138.17 125.87 -
System Red Green Blue C M Y K H S L
Decimal 65 66 86 0.24 0.23 0 0.66 237.14 0.14 0.3
Hex 41 42 56 18 17 0 42 ED E 1E
Octal 101 102 126 30 27 0 102 355 16 36
Binary 1000001 1000010 1010110 11000 10111 0 1000010 11101101 1110 11110

Color Harmonies of #414256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414256

Black with #414256

Text Example


Text Example

White with #414256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414256; }

 p { color: rgb(65,66,86); }

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

background-color css

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

 a { background-color: rgb(65,66,86); }

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

border-color css

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

 span { border-color: rgb(65,66,86); }

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