Html Css Color HEX #494459 Gun Powder

📋 copy color: '#494459'

red 73 ◦ green 68 ◦ blue 89

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

Shades of Gun Powder #494459

Tints of Gun Powder #494459

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.57%

 BLUE value IS 89 (35.16% from 255) = 38.7%

R = 31.74%
G = 29.57%
B = 38.7%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#494459 (or 0x494459) is known color: Gun Powder. HEX triplet: 49, 44 and 59. RGB value is (73,68,89). Sum of RGB (Red+Green+Blue) = 73+68+89=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 89 - color contains mainly: blue. Hex color #494459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494459 is #B6BBA6. Grayscale: #474747. Windows color (decimal): -11975591 or 5850185. OLE color: 5850185.

HSL color Cylindrical-coordinate representation of color #494459: hue angle of 254.29º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #494459 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 68 89 -
CMYK 0.18 0.24 0 0.65
HSL 254.29º 0.13% 0.31% -
HSV(B) 254.29º 0.24% 0.35% -
XYZ 6.62 6.27 10.31 -
YUV 71.89 137.66 128.79 -
System Red Green Blue C M Y K H S L
Decimal 73 68 89 0.18 0.24 0 0.65 254.29 0.13 0.31
Hex 49 44 59 12 18 0 41 FE D 1F
Octal 111 104 131 22 30 0 101 376 15 37
Binary 1001001 1000100 1011001 10010 11000 0 1000001 11111110 1101 11111

Color Harmonies of #494459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494459

Black with #494459

Text Example


Text Example

White with #494459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494459; }

 p { color: rgb(73,68,89); }

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

background-color css

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

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

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

border-color css

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

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

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