Html Css Color HEX #494954 Gun Powder

📋 copy color: '#494954'

red 73 ◦ green 73 ◦ blue 84

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

Shades of Gun Powder #494954

Tints of Gun Powder #494954

RGB

 RED value IS 73 (28.91% from 255) = 31.74%

 GREEN value IS 73 (28.91% from 255) = 31.74%

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

R = 31.74%
G = 31.74%
B = 36.52%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#494954 (or 0x494954) is known color: Gun Powder. HEX triplet: 49, 49 and 54. RGB value is (73,73,84). Sum of RGB (Red+Green+Blue) = 73+73+84=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 84 - color contains mainly: blue. Hex color #494954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494954 is #B6B6AB. Grayscale: #4A4A4A. Windows color (decimal): -11974316 or 5523785. OLE color: 5523785.

HSL color Cylindrical-coordinate representation of color #494954: hue angle of 240º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #494954 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 73 84 -
CMYK 0.13 0.13 0 0.67
HSL 240º 0.07% 0.31% -
HSV(B) 240º 0.13% 0.33% -
XYZ 6.73 6.82 9.35 -
YUV 74.25 133.5 127.11 -
System Red Green Blue C M Y K H S L
Decimal 73 73 84 0.13 0.13 0 0.67 240 0.07 0.31
Hex 49 49 54 D D 0 43 F0 7 1F
Octal 111 111 124 15 15 0 103 360 7 37
Binary 1001001 1001001 1010100 1101 1101 0 1000011 11110000 111 11111

Color Harmonies of #494954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494954

Black with #494954

Text Example


Text Example

White with #494954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494954; }

 p { color: rgb(73,73,84); }

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

background-color css

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

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

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

border-color css

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

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

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