Html Css Color HEX #474854 Gun Powder

📋 copy color: '#474854'

red 71 ◦ green 72 ◦ blue 84

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

Shades of Gun Powder #474854

Tints of Gun Powder #474854

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.72%

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

R = 31.28%
G = 31.72%
B = 37%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#474854 (or 0x474854) is known color: Gun Powder. HEX triplet: 47, 48 and 54. RGB value is (71,72,84). Sum of RGB (Red+Green+Blue) = 71+72+84=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 84 - color contains mainly: blue. Hex color #474854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474854 is #B8B7AB. Grayscale: #494949. Windows color (decimal): -12105644 or 5523527. OLE color: 5523527.

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

Color convert

RGB 71 72 84 -
CMYK 0.15 0.14 0 0.67
HSL 235.38º 0.08% 0.3% -
HSV(B) 235.38º 0.15% 0.33% -
XYZ 6.52 6.61 9.32 -
YUV 73.07 134.17 126.52 -
System Red Green Blue C M Y K H S L
Decimal 71 72 84 0.15 0.14 0 0.67 235.38 0.08 0.3
Hex 47 48 54 F E 0 43 EB 8 1E
Octal 107 110 124 17 16 0 103 353 10 36
Binary 1000111 1001000 1010100 1111 1110 0 1000011 11101011 1000 11110

Color Harmonies of #474854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474854

Black with #474854

Text Example


Text Example

White with #474854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474854; }

 p { color: rgb(71,72,84); }

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

background-color css

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

 a { background-color: rgb(71,72,84); }

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

border-color css

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

 span { border-color: rgb(71,72,84); }

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