Html Css Color HEX #413E52 Gun Powder

📋 copy color: '#413E52'

red 65 ◦ green 62 ◦ blue 82

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

Shades of Gun Powder #413E52

Tints of Gun Powder #413E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 39.23%

R = 31.1%
G = 29.67%
B = 39.23%

CMYK

 C value IS 0.21

 M value IS 0.24

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#413E52 (or 0x413E52) is known color: Gun Powder. HEX triplet: 41, 3E and 52. RGB value is (65,62,82). Sum of RGB (Red+Green+Blue) = 65+62+82=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 82 - color contains mainly: blue. Hex color #413E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413E52 is #BEC1AD. Grayscale: #414141. Windows color (decimal): -12501422 or 5389889. OLE color: 5389889.

HSL color Cylindrical-coordinate representation of color #413E52: hue angle of 249º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #413E52 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 62 82 -
CMYK 0.21 0.24 0 0.68
HSL 249º 0.14% 0.28% -
HSV(B) 249º 0.24% 0.32% -
XYZ 5.43 5.18 8.7 -
YUV 65.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 65 62 82 0.21 0.24 0 0.68 249 0.14 0.28
Hex 41 3E 52 15 18 0 44 F9 E 1C
Octal 101 76 122 25 30 0 104 371 16 34
Binary 1000001 111110 1010010 10101 11000 0 1000100 11111001 1110 11100

Color Harmonies of #413E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413E52

Black with #413E52

Text Example


Text Example

White with #413E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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