Html Css Color HEX #413F4F Gun Powder

📋 copy color: '#413F4F'

red 65 ◦ green 63 ◦ blue 79

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

Shades of Gun Powder #413F4F

Tints of Gun Powder #413F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 38.16%

R = 31.4%
G = 30.43%
B = 38.16%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#413F4F (or 0x413F4F) is known color: Gun Powder. HEX triplet: 41, 3F and 4F. RGB value is (65,63,79). Sum of RGB (Red+Green+Blue) = 65+63+79=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 79 - color contains mainly: blue. Hex color #413F4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413F4F is #BEC0B0. Grayscale: #414141. Windows color (decimal): -12501169 or 5193537. OLE color: 5193537.

HSL color Cylindrical-coordinate representation of color #413F4F: hue angle of 247.5º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #413F4F is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 63 79 -
CMYK 0.18 0.20 0 0.69
HSL 247.5º 0.11% 0.28% -
HSV(B) 247.5º 0.2% 0.31% -
XYZ 5.37 5.24 8.13 -
YUV 65.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 65 63 79 0.18 0.20 0 0.69 247.5 0.11 0.28
Hex 41 3F 4F 12 14 0 45 F8 B 1C
Octal 101 77 117 22 24 0 105 370 13 34
Binary 1000001 111111 1001111 10010 10100 0 1000101 11111000 1011 11100

Color Harmonies of #413F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F4F

Black with #413F4F

Text Example


Text Example

White with #413F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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