#494651

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

Shades of Grape #494651

Tints of Grape #494651

Color information

#494651 (or 0x494651) is unknown color: approx Grape. HEX triplet: 49, 46 and 51. RGB value is (73,70,81). Sum of RGB (Red+Green+Blue) = 73+70+81=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 81 - color contains mainly: blue. Hex color #494651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494651 is #B6B9AE. Grayscale: #484848. Windows color (decimal): -11975087 or 5326409. OLE color: 5326409.

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

Color convert

RGB737081-
CMYK0.100.1400.68
HSL256.36º7.28%29.61%-
HSV(B)256.36º13.58%31.76%-
XYZ6.426.398.68-
YUV72.15132.99128.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.59%
GREEN value IS 70 (27.73% from 255) = 31.25%
BLUE value IS 81 (32.03% from 255) = 36.16%
R=32.59%
G=31.25%
B=36.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7370810.100.1400.68256.367.2829.61
Hex494651AE04410071e
Octal11110612112160104400736
Binary100100110001101010001101011100100010010000000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494651; }

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

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

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

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

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

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

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

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