Html Css Color HEX #494861 Gun Powder

📋 copy color: '#494861'

red 73 ◦ green 72 ◦ blue 97

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

Shades of Gun Powder #494861

Tints of Gun Powder #494861

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.75%

 BLUE value IS 97 (38.28% from 255) = 40.08%

R = 30.17%
G = 29.75%
B = 40.08%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#494861 (or 0x494861) is known color: Gun Powder. HEX triplet: 49, 48 and 61. RGB value is (73,72,97). Sum of RGB (Red+Green+Blue) = 73+72+97=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 97 - color contains mainly: blue. Hex color #494861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494861 is #B6B79E. Grayscale: #4B4B4B. Windows color (decimal): -11974559 or 6375497. OLE color: 6375497.

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

Color convert

RGB 73 72 97 -
CMYK 0.25 0.26 0 0.62
HSL 242.4º 0.15% 0.33% -
HSV(B) 242.4º 0.26% 0.38% -
XYZ 7.22 6.91 12.26 -
YUV 75.15 140.33 126.47 -
System Red Green Blue C M Y K H S L
Decimal 73 72 97 0.25 0.26 0 0.62 242.4 0.15 0.33
Hex 49 48 61 19 1A 0 3E F2 F 21
Octal 111 110 141 31 32 0 76 362 17 41
Binary 1001001 1001000 1100001 11001 11010 0 111110 11110010 1111 100001

Color Harmonies of #494861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494861

Black with #494861

Text Example


Text Example

White with #494861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494861; }

 p { color: rgb(73,72,97); }

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

background-color css

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

 a { background-color: rgb(73,72,97); }

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

border-color css

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

 span { border-color: rgb(73,72,97); }

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