Html Css Color HEX #413F59 Gun Powder

📋 copy color: '#413F59'

red 65 ◦ green 63 ◦ blue 89

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

Shades of Gun Powder #413F59

Tints of Gun Powder #413F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 41.01%

R = 29.95%
G = 29.03%
B = 41.01%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#413F59 (or 0x413F59) is known color: Gun Powder. HEX triplet: 41, 3F and 59. RGB value is (65,63,89). Sum of RGB (Red+Green+Blue) = 65+63+89=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 89 - color contains mainly: blue. Hex color #413F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413F59 is #BEC0A6. Grayscale: #424242. Windows color (decimal): -12501159 or 5848897. OLE color: 5848897.

HSL color Cylindrical-coordinate representation of color #413F59: hue angle of 244.62º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #413F59 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 63 89 -
CMYK 0.27 0.29 0 0.65
HSL 244.62º 0.17% 0.3% -
HSV(B) 244.62º 0.29% 0.35% -
XYZ 5.76 5.4 10.19 -
YUV 66.56 140.66 126.89 -
System Red Green Blue C M Y K H S L
Decimal 65 63 89 0.27 0.29 0 0.65 244.62 0.17 0.3
Hex 41 3F 59 1B 1D 0 41 F5 11 1E
Octal 101 77 131 33 35 0 101 365 21 36
Binary 1000001 111111 1011001 11011 11101 0 1000001 11110101 10001 11110

Color Harmonies of #413F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F59

Black with #413F59

Text Example


Text Example

White with #413F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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