Html Css Color HEX #494961 Gun Powder

📋 copy color: '#494961'

red 73 ◦ green 73 ◦ blue 97

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

Shades of Gun Powder #494961

Tints of Gun Powder #494961

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.04%

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

R = 30.04%
G = 30.04%
B = 39.92%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#494961 (or 0x494961) is known color: Gun Powder. HEX triplet: 49, 49 and 61. RGB value is (73,73,97). Sum of RGB (Red+Green+Blue) = 73+73+97=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 97 - color contains mainly: blue. Hex color #494961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494961 is #B6B69E. Grayscale: #4B4B4B. Windows color (decimal): -11974303 or 6375753. OLE color: 6375753.

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

Color convert

RGB 73 73 97 -
CMYK 0.25 0.25 0 0.62
HSL 240º 0.14% 0.33% -
HSV(B) 240º 0.25% 0.38% -
XYZ 7.29 7.04 12.28 -
YUV 75.74 140 126.05 -
System Red Green Blue C M Y K H S L
Decimal 73 73 97 0.25 0.25 0 0.62 240 0.14 0.33
Hex 49 49 61 19 19 0 3E F0 E 21
Octal 111 111 141 31 31 0 76 360 16 41
Binary 1001001 1001001 1100001 11001 11001 0 111110 11110000 1110 100001

Color Harmonies of #494961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494961

Black with #494961

Text Example


Text Example

White with #494961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494961; }

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

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

background-color css

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

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

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

border-color css

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

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

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