Html Css Color HEX #474557 Gun Powder

📋 copy color: '#474557'

red 71 ◦ green 69 ◦ blue 87

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

Shades of Gun Powder #474557

Tints of Gun Powder #474557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 38.33%

R = 31.28%
G = 30.4%
B = 38.33%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#474557 (or 0x474557) is known color: Gun Powder. HEX triplet: 47, 45 and 57. RGB value is (71,69,87). Sum of RGB (Red+Green+Blue) = 71+69+87=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 87 (34.38% from 255 or 38.33% from 227); Max value from RGB is 87 - color contains mainly: blue. Hex color #474557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474557 is #B8BAA8. Grayscale: #474747. Windows color (decimal): -12106409 or 5719367. OLE color: 5719367.

HSL color Cylindrical-coordinate representation of color #474557: hue angle of 246.67º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #474557 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 69 87 -
CMYK 0.18 0.21 0 0.66
HSL 246.67º 0.12% 0.31% -
HSV(B) 246.67º 0.21% 0.34% -
XYZ 6.45 6.28 9.89 -
YUV 71.65 136.66 127.54 -
System Red Green Blue C M Y K H S L
Decimal 71 69 87 0.18 0.21 0 0.66 246.67 0.12 0.31
Hex 47 45 57 12 15 0 42 F7 C 1F
Octal 107 105 127 22 25 0 102 367 14 37
Binary 1000111 1000101 1010111 10010 10101 0 1000010 11110111 1100 11111

Color Harmonies of #474557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474557

Black with #474557

Text Example


Text Example

White with #474557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474557; }

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

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

background-color css

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

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

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

border-color css

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

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

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