Html Css Color HEX #413F57 Gun Powder

📋 copy color: '#413F57'

red 65 ◦ green 63 ◦ blue 87

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

Shades of Gun Powder #413F57

Tints of Gun Powder #413F57

RGB

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

 GREEN value IS 63 (25% from 255) = 29.3%

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

R = 30.23%
G = 29.3%
B = 40.47%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#413F57 (or 0x413F57) is known color: Gun Powder. HEX triplet: 41, 3F and 57. RGB value is (65,63,87). Sum of RGB (Red+Green+Blue) = 65+63+87=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 87 (34.38% from 255 or 40.47% from 215); Max value from RGB is 87 - color contains mainly: blue. Hex color #413F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413F57 is #BEC0A8. Grayscale: #424242. Windows color (decimal): -12501161 or 5717825. OLE color: 5717825.

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

Color convert

RGB 65 63 87 -
CMYK 0.25 0.28 0 0.66
HSL 245º 0.16% 0.29% -
HSV(B) 245º 0.28% 0.34% -
XYZ 5.68 5.37 9.75 -
YUV 66.33 139.66 127.05 -
System Red Green Blue C M Y K H S L
Decimal 65 63 87 0.25 0.28 0 0.66 245 0.16 0.29
Hex 41 3F 57 19 1C 0 42 F5 10 1D
Octal 101 77 127 31 34 0 102 365 20 35
Binary 1000001 111111 1010111 11001 11100 0 1000010 11110101 10000 11101

Color Harmonies of #413F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F57

Black with #413F57

Text Example


Text Example

White with #413F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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