Html Css Color HEX #413E57 Gun Powder

📋 copy color: '#413E57'

red 65 ◦ green 62 ◦ blue 87

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

Shades of Gun Powder #413E57

Tints of Gun Powder #413E57

RGB

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

 GREEN value IS 62 (24.61% from 255) = 28.97%

 BLUE value IS 87 (34.38% from 255) = 40.65%

R = 30.37%
G = 28.97%
B = 40.65%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#413E57 (or 0x413E57) is known color: Gun Powder. HEX triplet: 41, 3E and 57. RGB value is (65,62,87). Sum of RGB (Red+Green+Blue) = 65+62+87=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 62 (24.61% from 255 or 28.97% from 214); Blue value is 87 (34.38% from 255 or 40.65% from 214); Max value from RGB is 87 - color contains mainly: blue. Hex color #413E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413E57 is #BEC1A8. Grayscale: #414141. Windows color (decimal): -12501417 or 5717569. OLE color: 5717569.

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

Color convert

RGB 65 62 87 -
CMYK 0.25 0.29 0 0.66
HSL 247.2º 0.17% 0.29% -
HSV(B) 247.2º 0.29% 0.34% -
XYZ 5.62 5.26 9.74 -
YUV 65.75 139.99 127.47 -
System Red Green Blue C M Y K H S L
Decimal 65 62 87 0.25 0.29 0 0.66 247.2 0.17 0.29
Hex 41 3E 57 19 1D 0 42 F7 11 1D
Octal 101 76 127 31 35 0 102 367 21 35
Binary 1000001 111110 1010111 11001 11101 0 1000010 11110111 10001 11101

Color Harmonies of #413E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413E57

Black with #413E57

Text Example


Text Example

White with #413E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413E57; }

 p { color: rgb(65,62,87); }

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

background-color css

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

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

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

border-color css

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

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

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