Html Css Color HEX #494560 Gun Powder

📋 copy color: '#494560'

red 73 ◦ green 69 ◦ blue 96

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

Shades of Gun Powder #494560

Tints of Gun Powder #494560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 40.34%

R = 30.67%
G = 28.99%
B = 40.34%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#494560 (or 0x494560) is known color: Gun Powder. HEX triplet: 49, 45 and 60. RGB value is (73,69,96). Sum of RGB (Red+Green+Blue) = 73+69+96=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 96 - color contains mainly: blue. Hex color #494560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494560 is #B6BA9F. Grayscale: #494949. Windows color (decimal): -11975328 or 6309193. OLE color: 6309193.

HSL color Cylindrical-coordinate representation of color #494560: hue angle of 248.89º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #494560 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 69 96 -
CMYK 0.24 0.28 0 0.62
HSL 248.89º 0.16% 0.32% -
HSV(B) 248.89º 0.28% 0.38% -
XYZ 6.99 6.52 11.96 -
YUV 73.27 140.83 127.8 -
System Red Green Blue C M Y K H S L
Decimal 73 69 96 0.24 0.28 0 0.62 248.89 0.16 0.32
Hex 49 45 60 18 1C 0 3E F9 10 20
Octal 111 105 140 30 34 0 76 371 20 40
Binary 1001001 1000101 1100000 11000 11100 0 111110 11111001 10000 100000

Color Harmonies of #494560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494560

Black with #494560

Text Example


Text Example

White with #494560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494560; }

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

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

background-color css

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

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

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

border-color css

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

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

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