Html Css Color HEX #413E54 Gun Powder

📋 copy color: '#413E54'

red 65 ◦ green 62 ◦ blue 84

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

Shades of Gun Powder #413E54

Tints of Gun Powder #413E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 39.81%

R = 30.81%
G = 29.38%
B = 39.81%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#413E54 (or 0x413E54) is known color: Gun Powder. HEX triplet: 41, 3E and 54. RGB value is (65,62,84). Sum of RGB (Red+Green+Blue) = 65+62+84=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 84 (33.20% from 255 or 39.81% from 211); Max value from RGB is 84 - color contains mainly: blue. Hex color #413E54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413E54 is #BEC1AB. Grayscale: #414141. Windows color (decimal): -12501420 or 5520961. OLE color: 5520961.

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

Color convert

RGB 65 62 84 -
CMYK 0.23 0.26 0 0.67
HSL 248.18º 0.15% 0.29% -
HSV(B) 248.18º 0.26% 0.33% -
XYZ 5.5 5.21 9.1 -
YUV 65.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 65 62 84 0.23 0.26 0 0.67 248.18 0.15 0.29
Hex 41 3E 54 17 1A 0 43 F8 F 1D
Octal 101 76 124 27 32 0 103 370 17 35
Binary 1000001 111110 1010100 10111 11010 0 1000011 11111000 1111 11101

Color Harmonies of #413E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413E54

Black with #413E54

Text Example


Text Example

White with #413E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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