Html Css Color HEX #494751 Gun Powder

📋 copy color: '#494751'

red 73 ◦ green 71 ◦ blue 81

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

Shades of Gun Powder #494751

Tints of Gun Powder #494751

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.56%

 BLUE value IS 81 (32.03% from 255) = 36%

R = 32.44%
G = 31.56%
B = 36%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#494751 (or 0x494751) is known color: Gun Powder. HEX triplet: 49, 47 and 51. RGB value is (73,71,81). Sum of RGB (Red+Green+Blue) = 73+71+81=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 81 - color contains mainly: blue. Hex color #494751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494751 is #B6B8AE. Grayscale: #484848. Windows color (decimal): -11974831 or 5326665. OLE color: 5326665.

HSL color Cylindrical-coordinate representation of color #494751: hue angle of 252º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #494751 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 71 81 -
CMYK 0.10 0.12 0 0.68
HSL 252º 0.07% 0.3% -
HSV(B) 252º 0.12% 0.32% -
XYZ 6.49 6.52 8.7 -
YUV 72.74 132.66 128.19 -
System Red Green Blue C M Y K H S L
Decimal 73 71 81 0.10 0.12 0 0.68 252 0.07 0.3
Hex 49 47 51 A C 0 44 FC 7 1E
Octal 111 107 121 12 14 0 104 374 7 36
Binary 1001001 1000111 1010001 1010 1100 0 1000100 11111100 111 11110

Color Harmonies of #494751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494751

Black with #494751

Text Example


Text Example

White with #494751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494751; }

 p { color: rgb(73,71,81); }

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

background-color css

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

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

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

border-color css

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

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

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