Html Css Color HEX #494557 Gun Powder

📋 copy color: '#494557'

red 73 ◦ green 69 ◦ blue 87

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

Shades of Gun Powder #494557

Tints of Gun Powder #494557

RGB

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

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

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

R = 31.88%
G = 30.13%
B = 37.99%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#494557 (or 0x494557) is known color: Gun Powder. HEX triplet: 49, 45 and 57. RGB value is (73,69,87). Sum of RGB (Red+Green+Blue) = 73+69+87=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 87 (34.38% from 255 or 37.99% from 229); Max value from RGB is 87 - color contains mainly: blue. Hex color #494557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494557 is #B6BAA8. Grayscale: #484848. Windows color (decimal): -11975337 or 5719369. OLE color: 5719369.

HSL color Cylindrical-coordinate representation of color #494557: hue angle of 253.33º 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 #494557 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 69 87 -
CMYK 0.16 0.21 0 0.66
HSL 253.33º 0.12% 0.31% -
HSV(B) 253.33º 0.21% 0.34% -
XYZ 6.6 6.36 9.9 -
YUV 72.25 136.33 128.54 -
System Red Green Blue C M Y K H S L
Decimal 73 69 87 0.16 0.21 0 0.66 253.33 0.12 0.31
Hex 49 45 57 10 15 0 42 FD C 1F
Octal 111 105 127 20 25 0 102 375 14 37
Binary 1001001 1000101 1010111 10000 10101 0 1000010 11111101 1100 11111

Color Harmonies of #494557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494557

Black with #494557

Text Example


Text Example

White with #494557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494557; }

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

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

background-color css

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

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

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

border-color css

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

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

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