Html Css Color HEX #494851 Gun Powder

📋 copy color: '#494851'

red 73 ◦ green 72 ◦ blue 81

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

Shades of Gun Powder #494851

Tints of Gun Powder #494851

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.86%

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

R = 32.3%
G = 31.86%
B = 35.84%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#494851 (or 0x494851) is known color: Gun Powder. HEX triplet: 49, 48 and 51. RGB value is (73,72,81). Sum of RGB (Red+Green+Blue) = 73+72+81=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 81 - color contains mainly: blue. Hex color #494851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494851 is #B6B7AE. Grayscale: #494949. Windows color (decimal): -11974575 or 5326921. OLE color: 5326921.

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

Color convert

RGB 73 72 81 -
CMYK 0.10 0.11 0 0.68
HSL 246.67º 0.06% 0.3% -
HSV(B) 246.67º 0.11% 0.32% -
XYZ 6.55 6.65 8.72 -
YUV 73.33 132.33 127.77 -
System Red Green Blue C M Y K H S L
Decimal 73 72 81 0.10 0.11 0 0.68 246.67 0.06 0.3
Hex 49 48 51 A B 0 44 F7 6 1E
Octal 111 110 121 12 13 0 104 367 6 36
Binary 1001001 1001000 1010001 1010 1011 0 1000100 11110111 110 11110

Color Harmonies of #494851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494851

Black with #494851

Text Example


Text Example

White with #494851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494851; }

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

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

background-color css

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

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

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

border-color css

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

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

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