Html Css Color HEX #494755 Gun Powder

📋 copy color: '#494755'

red 73 ◦ green 71 ◦ blue 85

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

Shades of Gun Powder #494755

Tints of Gun Powder #494755

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31%

 BLUE value IS 85 (33.59% from 255) = 37.12%

R = 31.88%
G = 31%
B = 37.12%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#494755 (or 0x494755) is known color: Gun Powder. HEX triplet: 49, 47 and 55. RGB value is (73,71,85). Sum of RGB (Red+Green+Blue) = 73+71+85=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 85 - color contains mainly: blue. Hex color #494755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494755 is #B6B8AA. Grayscale: #494949. Windows color (decimal): -11974827 or 5588809. OLE color: 5588809.

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

Color convert

RGB 73 71 85 -
CMYK 0.14 0.16 0 0.67
HSL 248.57º 0.09% 0.31% -
HSV(B) 248.57º 0.16% 0.33% -
XYZ 6.64 6.58 9.51 -
YUV 73.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 73 71 85 0.14 0.16 0 0.67 248.57 0.09 0.31
Hex 49 47 55 E 10 0 43 F9 9 1F
Octal 111 107 125 16 20 0 103 371 11 37
Binary 1001001 1000111 1010101 1110 10000 0 1000011 11111001 1001 11111

Color Harmonies of #494755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494755

Black with #494755

Text Example


Text Example

White with #494755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494755; }

 p { color: rgb(73,71,85); }

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

background-color css

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

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

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

border-color css

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

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

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