Html Css Color HEX #494A5C Gun Powder

📋 copy color: '#494A5C'

red 73 ◦ green 74 ◦ blue 92

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

Shades of Gun Powder #494A5C

Tints of Gun Powder #494A5C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.96%

 BLUE value IS 92 (36.33% from 255) = 38.49%

R = 30.54%
G = 30.96%
B = 38.49%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#494A5C (or 0x494A5C) is known color: Gun Powder. HEX triplet: 49, 4A and 5C. RGB value is (73,74,92). Sum of RGB (Red+Green+Blue) = 73+74+92=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 92 - color contains mainly: blue. Hex color #494A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494A5C is #B6B5A3. Grayscale: #4B4B4B. Windows color (decimal): -11974052 or 6048329. OLE color: 6048329.

HSL color Cylindrical-coordinate representation of color #494A5C: hue angle of 236.84º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #494A5C is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 74 92 -
CMYK 0.21 0.20 0 0.64
HSL 236.84º 0.12% 0.32% -
HSV(B) 236.84º 0.21% 0.36% -
XYZ 7.13 7.09 11.12 -
YUV 75.75 137.17 126.04 -
System Red Green Blue C M Y K H S L
Decimal 73 74 92 0.21 0.20 0 0.64 236.84 0.12 0.32
Hex 49 4A 5C 15 14 0 40 ED C 20
Octal 111 112 134 25 24 0 100 355 14 40
Binary 1001001 1001010 1011100 10101 10100 0 1000000 11101101 1100 100000

Color Harmonies of #494A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494A5C

Black with #494A5C

Text Example


Text Example

White with #494A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494A5C; }

 p { color: rgb(73,74,92); }

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

background-color css

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

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

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

border-color css

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

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

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