Html Css Color HEX #49465A Gun Powder

📋 copy color: '#49465A'

red 73 ◦ green 70 ◦ blue 90

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

Shades of Gun Powder #49465A

Tints of Gun Powder #49465A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.04%

 BLUE value IS 90 (35.55% from 255) = 38.63%

R = 31.33%
G = 30.04%
B = 38.63%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#49465A (or 0x49465A) is known color: Gun Powder. HEX triplet: 49, 46 and 5A. RGB value is (73,70,90). Sum of RGB (Red+Green+Blue) = 73+70+90=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 90 - color contains mainly: blue. Hex color #49465A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49465A is #B6B9A5. Grayscale: #494949. Windows color (decimal): -11975078 or 5916233. OLE color: 5916233.

HSL color Cylindrical-coordinate representation of color #49465A: hue angle of 249º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #49465A is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 70 90 -
CMYK 0.19 0.22 0 0.65
HSL 249º 0.13% 0.31% -
HSV(B) 249º 0.22% 0.35% -
XYZ 6.78 6.53 10.58 -
YUV 73.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 73 70 90 0.19 0.22 0 0.65 249 0.13 0.31
Hex 49 46 5A 13 16 0 41 F9 C 1F
Octal 111 106 132 23 26 0 101 371 14 37
Binary 1001001 1000110 1011010 10011 10110 0 1000001 11111001 1100 11111

Color Harmonies of #49465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49465A

Black with #49465A

Text Example


Text Example

White with #49465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49465A; }

 p { color: rgb(73,70,90); }

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

background-color css

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

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

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

border-color css

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

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

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