Html Css Color HEX #413E53 Gun Powder

📋 copy color: '#413E53'

red 65 ◦ green 62 ◦ blue 83

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

Shades of Gun Powder #413E53

Tints of Gun Powder #413E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 39.52%

R = 30.95%
G = 29.52%
B = 39.52%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#413E53 (or 0x413E53) is known color: Gun Powder. HEX triplet: 41, 3E and 53. RGB value is (65,62,83). Sum of RGB (Red+Green+Blue) = 65+62+83=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 83 - color contains mainly: blue. Hex color #413E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413E53 is #BEC1AC. Grayscale: #414141. Windows color (decimal): -12501421 or 5455425. OLE color: 5455425.

HSL color Cylindrical-coordinate representation of color #413E53: hue angle of 248.57º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #413E53 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 62 83 -
CMYK 0.22 0.25 0 0.67
HSL 248.57º 0.14% 0.28% -
HSV(B) 248.57º 0.25% 0.33% -
XYZ 5.46 5.19 8.9 -
YUV 65.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 65 62 83 0.22 0.25 0 0.67 248.57 0.14 0.28
Hex 41 3E 53 16 19 0 43 F9 E 1C
Octal 101 76 123 26 31 0 103 371 16 34
Binary 1000001 111110 1010011 10110 11001 0 1000011 11111001 1110 11100

Color Harmonies of #413E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413E53

Black with #413E53

Text Example


Text Example

White with #413E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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