Html Css Color HEX #474553 Gun Powder

📋 copy color: '#474553'

red 71 ◦ green 69 ◦ blue 83

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

Shades of Gun Powder #474553

Tints of Gun Powder #474553

RGB

 RED value IS 71 (28.13% from 255) = 31.84%

 GREEN value IS 69 (27.34% from 255) = 30.94%

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

R = 31.84%
G = 30.94%
B = 37.22%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#474553 (or 0x474553) is known color: Gun Powder. HEX triplet: 47, 45 and 53. RGB value is (71,69,83). Sum of RGB (Red+Green+Blue) = 71+69+83=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 83 - color contains mainly: blue. Hex color #474553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474553 is #B8BAAC. Grayscale: #474747. Windows color (decimal): -12106413 or 5457223. OLE color: 5457223.

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

Color convert

RGB 71 69 83 -
CMYK 0.14 0.17 0 0.67
HSL 248.57º 0.09% 0.3% -
HSV(B) 248.57º 0.17% 0.33% -
XYZ 6.29 6.22 9.05 -
YUV 71.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 71 69 83 0.14 0.17 0 0.67 248.57 0.09 0.3
Hex 47 45 53 E 11 0 43 F9 9 1E
Octal 107 105 123 16 21 0 103 371 11 36
Binary 1000111 1000101 1010011 1110 10001 0 1000011 11111001 1001 11110

Color Harmonies of #474553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474553

Black with #474553

Text Example


Text Example

White with #474553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474553; }

 p { color: rgb(71,69,83); }

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

background-color css

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

 a { background-color: rgb(71,69,83); }

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

border-color css

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

 span { border-color: rgb(71,69,83); }

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