#494251

Color #494251 Grape (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grape #494251

Tints of Grape #494251

Color information

#494251 (or 0x494251) is unknown color: approx Grape. HEX triplet: 49, 42 and 51. RGB value is (73,66,81). Sum of RGB (Red+Green+Blue) = 73+66+81=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 81 - color contains mainly: blue. Hex color #494251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494251 is #B6BDAE. Grayscale: #454545. Windows color (decimal): -11976111 or 5325385. OLE color: 5325385.

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

Color convert

RGB736681-
CMYK0.100.1900.68
HSL268º10.2%28.82%-
HSV(B)268º18.52%31.76%-
XYZ6.185.918.6-
YUV69.8134.32130.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.18%
GREEN value IS 66 (26.17% from 255) = 30%
BLUE value IS 81 (32.03% from 255) = 36.82%
R=33.18%
G=30%
B=36.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7366810.100.1900.6826810.228.82
Hex494251A1304410ca1d
Octal111102121122301044141235
Binary10010011000010101000110101001101000100100001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494251; }

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

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

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

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

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

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

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

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