Html Css Color HEX #413D57 Gun Powder

📋 copy color: '#413D57'

red 65 ◦ green 61 ◦ blue 87

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

Shades of Gun Powder #413D57

Tints of Gun Powder #413D57

RGB

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

 GREEN value IS 61 (24.22% from 255) = 28.64%

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

R = 30.52%
G = 28.64%
B = 40.85%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#413D57 (or 0x413D57) is known color: Gun Powder. HEX triplet: 41, 3D and 57. RGB value is (65,61,87). Sum of RGB (Red+Green+Blue) = 65+61+87=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 87 - color contains mainly: blue. Hex color #413D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413D57 is #BEC2A8. Grayscale: #414141. Windows color (decimal): -12501673 or 5717313. OLE color: 5717313.

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

Color convert

RGB 65 61 87 -
CMYK 0.25 0.30 0 0.66
HSL 249.23º 0.18% 0.29% -
HSV(B) 249.23º 0.3% 0.34% -
XYZ 5.57 5.15 9.72 -
YUV 65.16 140.33 127.89 -
System Red Green Blue C M Y K H S L
Decimal 65 61 87 0.25 0.30 0 0.66 249.23 0.18 0.29
Hex 41 3D 57 19 1E 0 42 F9 12 1D
Octal 101 75 127 31 36 0 102 371 22 35
Binary 1000001 111101 1010111 11001 11110 0 1000010 11111001 10010 11101

Color Harmonies of #413D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D57

Black with #413D57

Text Example


Text Example

White with #413D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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