#494B5A

Color #494B5A Gun Powder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gun Powder #494B5A

Tints of Gun Powder #494B5A

Color information

#494B5A (or 0x494B5A) is unknown color: approx Gun Powder. HEX triplet: 49, 4B and 5A. RGB value is (73,75,90). Sum of RGB (Red+Green+Blue) = 73+75+90=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 75 (29.69% from 255 or 31.51% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 90 - color contains mainly: blue. Hex color #494B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494B5A is #B6B4A5. Grayscale: #4C4C4C. Windows color (decimal): -11973798 or 5917513. OLE color: 5917513.

HSL color Cylindrical-coordinate representation of color #494B5A: hue angle of 232.94º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #494B5A is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB737590-
CMYK0.190.1700.65
HSL232.94º10.43%31.96%-
HSV(B)232.94º18.89%35.29%-
XYZ7.117.1910.69-
YUV76.11135.84125.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.67%
GREEN value IS 75 (29.69% from 255) = 31.51%
BLUE value IS 90 (35.55% from 255) = 37.82%
R=30.67%
G=31.51%
B=37.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7375900.190.1700.65232.9410.4331.96
Hex494B5A1311041e9a20
Octal111113132232101013511240
Binary100100110010111011010100111000101000001111010011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #494B5A;
 }
 .AnyTagClassName
 {
   color: #494B5A;
 }
</style>
background-color css

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

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

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

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

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

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