Html Css Color HEX #494660 Gun Powder

📋 copy color: '#494660'

red 73 ◦ green 70 ◦ blue 96

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

Shades of Gun Powder #494660

Tints of Gun Powder #494660

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.29%

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

R = 30.54%
G = 29.29%
B = 40.17%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#494660 (or 0x494660) is known color: Gun Powder. HEX triplet: 49, 46 and 60. RGB value is (73,70,96). Sum of RGB (Red+Green+Blue) = 73+70+96=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 96 - color contains mainly: blue. Hex color #494660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494660 is #B6B99F. Grayscale: #494949. Windows color (decimal): -11975072 or 6309449. OLE color: 6309449.

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

Color convert

RGB 73 70 96 -
CMYK 0.24 0.27 0 0.62
HSL 246.92º 0.16% 0.33% -
HSV(B) 246.92º 0.27% 0.38% -
XYZ 7.05 6.64 11.98 -
YUV 73.86 140.49 127.39 -
System Red Green Blue C M Y K H S L
Decimal 73 70 96 0.24 0.27 0 0.62 246.92 0.16 0.33
Hex 49 46 60 18 1B 0 3E F7 10 21
Octal 111 106 140 30 33 0 76 367 20 41
Binary 1001001 1000110 1100000 11000 11011 0 111110 11110111 10000 100001

Color Harmonies of #494660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494660

Black with #494660

Text Example


Text Example

White with #494660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494660; }

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

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

background-color css

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

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

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

border-color css

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

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

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