Html Css Color HEX #494561 Gun Powder

📋 copy color: '#494561'

red 73 ◦ green 69 ◦ blue 97

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

Shades of Gun Powder #494561

Tints of Gun Powder #494561

RGB

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

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

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

R = 30.54%
G = 28.87%
B = 40.59%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#494561 (or 0x494561) is known color: Gun Powder. HEX triplet: 49, 45 and 61. RGB value is (73,69,97). Sum of RGB (Red+Green+Blue) = 73+69+97=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 97 - color contains mainly: blue. Hex color #494561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494561 is #B6BA9E. Grayscale: #494949. Windows color (decimal): -11975327 or 6374729. OLE color: 6374729.

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

Color convert

RGB 73 69 97 -
CMYK 0.25 0.29 0 0.62
HSL 248.57º 0.17% 0.33% -
HSV(B) 248.57º 0.29% 0.38% -
XYZ 7.03 6.54 12.2 -
YUV 73.39 141.33 127.72 -
System Red Green Blue C M Y K H S L
Decimal 73 69 97 0.25 0.29 0 0.62 248.57 0.17 0.33
Hex 49 45 61 19 1D 0 3E F9 11 21
Octal 111 105 141 31 35 0 76 371 21 41
Binary 1001001 1000101 1100001 11001 11101 0 111110 11111001 10001 100001

Color Harmonies of #494561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494561

Black with #494561

Text Example


Text Example

White with #494561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494561; }

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

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

background-color css

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

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

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

border-color css

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

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

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