#494551

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

Shades of Grape #494551

Tints of Grape #494551

Color information

#494551 (or 0x494551) is unknown color: approx Grape. HEX triplet: 49, 45 and 51. RGB value is (73,69,81). Sum of RGB (Red+Green+Blue) = 73+69+81=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 81 - color contains mainly: blue. Hex color #494551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494551 is #B6BAAE. Grayscale: #474747. Windows color (decimal): -11975343 or 5326153. OLE color: 5326153.

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

Color convert

RGB736981-
CMYK0.100.1500.68
HSL260º8%29.41%-
HSV(B)260º14.81%31.76%-
XYZ6.366.278.66-
YUV71.56133.33129.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.74%
GREEN value IS 69 (27.34% from 255) = 30.94%
BLUE value IS 81 (32.03% from 255) = 36.32%
R=32.74%
G=30.94%
B=36.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7369810.100.1500.68260829.41
Hex494551AF04410481d
Octal111105121121701044041035
Binary1001001100010110100011010111101000100100000100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494551; }

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

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

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

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

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

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

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

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