Html Css Color HEX #494856 Gun Powder

📋 copy color: '#494856'

red 73 ◦ green 72 ◦ blue 86

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

Shades of Gun Powder #494856

Tints of Gun Powder #494856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 37.23%

R = 31.6%
G = 31.17%
B = 37.23%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#494856 (or 0x494856) is known color: Gun Powder. HEX triplet: 49, 48 and 56. RGB value is (73,72,86). Sum of RGB (Red+Green+Blue) = 73+72+86=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 86 - color contains mainly: blue. Hex color #494856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494856 is #B6B7A9. Grayscale: #494949. Windows color (decimal): -11974570 or 5654601. OLE color: 5654601.

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

Color convert

RGB 73 72 86 -
CMYK 0.15 0.16 0 0.66
HSL 244.29º 0.09% 0.31% -
HSV(B) 244.29º 0.16% 0.34% -
XYZ 6.74 6.72 9.75 -
YUV 73.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 73 72 86 0.15 0.16 0 0.66 244.29 0.09 0.31
Hex 49 48 56 F 10 0 42 F4 9 1F
Octal 111 110 126 17 20 0 102 364 11 37
Binary 1001001 1001000 1010110 1111 10000 0 1000010 11110100 1001 11111

Color Harmonies of #494856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494856

Black with #494856

Text Example


Text Example

White with #494856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494856; }

 p { color: rgb(73,72,86); }

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

background-color css

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

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

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

border-color css

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

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

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