Html Css Color HEX #494555 Gun Powder

📋 copy color: '#494555'

red 73 ◦ green 69 ◦ blue 85

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

Shades of Gun Powder #494555

Tints of Gun Powder #494555

RGB

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

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

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

R = 32.16%
G = 30.4%
B = 37.44%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#494555 (or 0x494555) is known color: Gun Powder. HEX triplet: 49, 45 and 55. RGB value is (73,69,85). Sum of RGB (Red+Green+Blue) = 73+69+85=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 85 - color contains mainly: blue. Hex color #494555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494555 is #B6BAAA. Grayscale: #474747. Windows color (decimal): -11975339 or 5588297. OLE color: 5588297.

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

Color convert

RGB 73 69 85 -
CMYK 0.14 0.19 0 0.67
HSL 255º 0.1% 0.3% -
HSV(B) 255º 0.19% 0.33% -
XYZ 6.52 6.33 9.47 -
YUV 72.02 135.33 128.7 -
System Red Green Blue C M Y K H S L
Decimal 73 69 85 0.14 0.19 0 0.67 255 0.1 0.3
Hex 49 45 55 E 13 0 43 FF A 1E
Octal 111 105 125 16 23 0 103 377 12 36
Binary 1001001 1000101 1010101 1110 10011 0 1000011 11111111 1010 11110

Color Harmonies of #494555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494555

Black with #494555

Text Example


Text Example

White with #494555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494555; }

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

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

background-color css

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

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

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

border-color css

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

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

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