Html Css Color HEX #413F54 Gun Powder

📋 copy color: '#413F54'

red 65 ◦ green 63 ◦ blue 84

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

Shades of Gun Powder #413F54

Tints of Gun Powder #413F54

RGB

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

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

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

R = 30.66%
G = 29.72%
B = 39.62%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#413F54 (or 0x413F54) is known color: Gun Powder. HEX triplet: 41, 3F and 54. RGB value is (65,63,84). Sum of RGB (Red+Green+Blue) = 65+63+84=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 84 - color contains mainly: blue. Hex color #413F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413F54 is #BEC0AB. Grayscale: #414141. Windows color (decimal): -12501164 or 5521217. OLE color: 5521217.

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

Color convert

RGB 65 63 84 -
CMYK 0.23 0.25 0 0.67
HSL 245.71º 0.14% 0.29% -
HSV(B) 245.71º 0.25% 0.33% -
XYZ 5.56 5.32 9.12 -
YUV 65.99 138.16 127.29 -
System Red Green Blue C M Y K H S L
Decimal 65 63 84 0.23 0.25 0 0.67 245.71 0.14 0.29
Hex 41 3F 54 17 19 0 43 F6 E 1D
Octal 101 77 124 27 31 0 103 366 16 35
Binary 1000001 111111 1010100 10111 11001 0 1000011 11110110 1110 11101

Color Harmonies of #413F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F54

Black with #413F54

Text Example


Text Example

White with #413F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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