Html Css Color HEX #494B5B Gun Powder

📋 copy color: '#494B5B'

red 73 ◦ green 75 ◦ blue 91

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

Shades of Gun Powder #494B5B

Tints of Gun Powder #494B5B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.38%

 BLUE value IS 91 (35.94% from 255) = 38.08%

R = 30.54%
G = 31.38%
B = 38.08%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#494B5B (or 0x494B5B) is known color: Gun Powder. HEX triplet: 49, 4B and 5B. RGB value is (73,75,91). Sum of RGB (Red+Green+Blue) = 73+75+91=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 91 - color contains mainly: blue. Hex color #494B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494B5B is #B6B4A4. Grayscale: #4C4C4C. Windows color (decimal): -11973797 or 5983049. OLE color: 5983049.

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

Color convert

RGB 73 75 91 -
CMYK 0.20 0.18 0 0.64
HSL 233.33º 0.11% 0.32% -
HSV(B) 233.33º 0.2% 0.36% -
XYZ 7.15 7.2 10.91 -
YUV 76.23 136.34 125.7 -
System Red Green Blue C M Y K H S L
Decimal 73 75 91 0.20 0.18 0 0.64 233.33 0.11 0.32
Hex 49 4B 5B 14 12 0 40 E9 B 20
Octal 111 113 133 24 22 0 100 351 13 40
Binary 1001001 1001011 1011011 10100 10010 0 1000000 11101001 1011 100000

Color Harmonies of #494B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494B5B

Black with #494B5B

Text Example


Text Example

White with #494B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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