Html Css Color HEX #414056 Gun Powder

📋 copy color: '#414056'

red 65 ◦ green 64 ◦ blue 86

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

Shades of Gun Powder #414056

Tints of Gun Powder #414056

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.77%

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

R = 30.23%
G = 29.77%
B = 40%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#414056 (or 0x414056) is known color: Gun Powder. HEX triplet: 41, 40 and 56. RGB value is (65,64,86). Sum of RGB (Red+Green+Blue) = 65+64+86=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 86 - color contains mainly: blue. Hex color #414056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414056 is #BEBFA9. Grayscale: #424242. Windows color (decimal): -12500906 or 5652545. OLE color: 5652545.

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

Color convert

RGB 65 64 86 -
CMYK 0.24 0.26 0 0.66
HSL 242.73º 0.15% 0.29% -
HSV(B) 242.73º 0.26% 0.34% -
XYZ 5.69 5.46 9.56 -
YUV 66.81 138.83 126.71 -
System Red Green Blue C M Y K H S L
Decimal 65 64 86 0.24 0.26 0 0.66 242.73 0.15 0.29
Hex 41 40 56 18 1A 0 42 F3 F 1D
Octal 101 100 126 30 32 0 102 363 17 35
Binary 1000001 1000000 1010110 11000 11010 0 1000010 11110011 1111 11101

Color Harmonies of #414056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414056

Black with #414056

Text Example


Text Example

White with #414056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414056; }

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

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

background-color css

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

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

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

border-color css

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

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

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