Html Css Color HEX #494762 Gun Powder

📋 copy color: '#494762'

red 73 ◦ green 71 ◦ blue 98

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

Shades of Gun Powder #494762

Tints of Gun Powder #494762

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.34%

 BLUE value IS 98 (38.67% from 255) = 40.5%

R = 30.17%
G = 29.34%
B = 40.5%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#494762 (or 0x494762) is known color: Gun Powder. HEX triplet: 49, 47 and 62. RGB value is (73,71,98). Sum of RGB (Red+Green+Blue) = 73+71+98=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 98 - color contains mainly: blue. Hex color #494762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494762 is #B6B89D. Grayscale: #4A4A4A. Windows color (decimal): -11974814 or 6440777. OLE color: 6440777.

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

Color convert

RGB 73 71 98 -
CMYK 0.26 0.28 0 0.62
HSL 244.44º 0.16% 0.33% -
HSV(B) 244.44º 0.28% 0.38% -
XYZ 7.21 6.8 12.49 -
YUV 74.68 141.16 126.8 -
System Red Green Blue C M Y K H S L
Decimal 73 71 98 0.26 0.28 0 0.62 244.44 0.16 0.33
Hex 49 47 62 1A 1C 0 3E F4 10 21
Octal 111 107 142 32 34 0 76 364 20 41
Binary 1001001 1000111 1100010 11010 11100 0 111110 11110100 10000 100001

Color Harmonies of #494762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494762

Black with #494762

Text Example


Text Example

White with #494762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494762; }

 p { color: rgb(73,71,98); }

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

background-color css

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

 a { background-color: rgb(73,71,98); }

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

border-color css

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

 span { border-color: rgb(73,71,98); }

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