Html Css Color HEX #413E55 Gun Powder

📋 copy color: '#413E55'

red 65 ◦ green 62 ◦ blue 85

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

Shades of Gun Powder #413E55

Tints of Gun Powder #413E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 40.09%

R = 30.66%
G = 29.25%
B = 40.09%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#413E55 (or 0x413E55) is known color: Gun Powder. HEX triplet: 41, 3E and 55. RGB value is (65,62,85). Sum of RGB (Red+Green+Blue) = 65+62+85=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 85 - color contains mainly: blue. Hex color #413E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413E55 is #BEC1AA. Grayscale: #414141. Windows color (decimal): -12501419 or 5586497. OLE color: 5586497.

HSL color Cylindrical-coordinate representation of color #413E55: hue angle of 247.83º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #413E55 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 62 85 -
CMYK 0.24 0.27 0 0.67
HSL 247.83º 0.16% 0.29% -
HSV(B) 247.83º 0.27% 0.33% -
XYZ 5.54 5.22 9.31 -
YUV 65.52 138.99 127.63 -
System Red Green Blue C M Y K H S L
Decimal 65 62 85 0.24 0.27 0 0.67 247.83 0.16 0.29
Hex 41 3E 55 18 1B 0 43 F8 10 1D
Octal 101 76 125 30 33 0 103 370 20 35
Binary 1000001 111110 1010101 11000 11011 0 1000011 11111000 10000 11101

Color Harmonies of #413E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413E55

Black with #413E55

Text Example


Text Example

White with #413E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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