Html Css Color HEX #414156 Gun Powder

📋 copy color: '#414156'

red 65 ◦ green 65 ◦ blue 86

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

Shades of Gun Powder #414156

Tints of Gun Powder #414156

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.09%

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

R = 30.09%
G = 30.09%
B = 39.81%

CMYK

 C value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#414156 (or 0x414156) is known color: Gun Powder. HEX triplet: 41, 41 and 56. RGB value is (65,65,86). Sum of RGB (Red+Green+Blue) = 65+65+86=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 86 - color contains mainly: blue. Hex color #414156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414156 is #BEBEA9. Grayscale: #434343. Windows color (decimal): -12500650 or 5652801. OLE color: 5652801.

HSL color Cylindrical-coordinate representation of color #414156: hue angle of 240º 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 #414156 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 65 65 86 -
CMYK 0.24 0.24 0 0.66
HSL 240º 0.14% 0.3% -
HSV(B) 240º 0.24% 0.34% -
XYZ 5.75 5.58 9.58 -
YUV 67.39 138.5 126.29 -
System Red Green Blue C M Y K H S L
Decimal 65 65 86 0.24 0.24 0 0.66 240 0.14 0.3
Hex 41 41 56 18 18 0 42 F0 E 1E
Octal 101 101 126 30 30 0 102 360 16 36
Binary 1000001 1000001 1010110 11000 11000 0 1000010 11110000 1110 11110

Color Harmonies of #414156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414156

Black with #414156

Text Example


Text Example

White with #414156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414156; }

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

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

background-color css

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

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

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

border-color css

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

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

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