Html Css Color HEX #494461 Gun Powder

📋 copy color: '#494461'

red 73 ◦ green 68 ◦ blue 97

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

Shades of Gun Powder #494461

Tints of Gun Powder #494461

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.57%

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

R = 30.67%
G = 28.57%
B = 40.76%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#494461 (or 0x494461) is known color: Gun Powder. HEX triplet: 49, 44 and 61. RGB value is (73,68,97). Sum of RGB (Red+Green+Blue) = 73+68+97=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 97 - color contains mainly: blue. Hex color #494461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494461 is #B6BB9E. Grayscale: #484848. Windows color (decimal): -11975583 or 6374473. OLE color: 6374473.

HSL color Cylindrical-coordinate representation of color #494461: hue angle of 250.34º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #494461 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 68 97 -
CMYK 0.25 0.30 0 0.62
HSL 250.34º 0.18% 0.32% -
HSV(B) 250.34º 0.3% 0.38% -
XYZ 6.97 6.41 12.18 -
YUV 72.8 141.66 128.14 -
System Red Green Blue C M Y K H S L
Decimal 73 68 97 0.25 0.30 0 0.62 250.34 0.18 0.32
Hex 49 44 61 19 1E 0 3E FA 12 20
Octal 111 104 141 31 36 0 76 372 22 40
Binary 1001001 1000100 1100001 11001 11110 0 111110 11111010 10010 100000

Color Harmonies of #494461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494461

Black with #494461

Text Example


Text Example

White with #494461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494461; }

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

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

background-color css

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

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

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

border-color css

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

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

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