#494454

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

Shades of Grape #494454

Tints of Grape #494454

Color information

#494454 (or 0x494454) is unknown color: approx Grape. HEX triplet: 49, 44 and 54. RGB value is (73,68,84). Sum of RGB (Red+Green+Blue) = 73+68+84=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 84 - color contains mainly: blue. Hex color #494454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494454 is #B6BBAB. Grayscale: #474747. Windows color (decimal): -11975596 or 5522505. OLE color: 5522505.

HSL color Cylindrical-coordinate representation of color #494454: hue angle of 258.75º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #494454 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB736884-
CMYK0.130.1900.67
HSL258.75º10.53%29.8%-
HSV(B)258.75º19.05%32.94%-
XYZ6.426.199.24-
YUV71.32135.16129.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 68 (26.95% from 255) = 30.22%
BLUE value IS 84 (33.20% from 255) = 37.33%
R=32.44%
G=30.22%
B=37.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7368840.130.1900.67258.7510.5329.8
Hex494454D13043103b1e
Octal111104124152301034031336
Binary10010011000100101010011011001101000011100000011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494454; }

 p { color: rgb(73,68,84); }

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

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

 a { background-color: rgb(73,68,84); }

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

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

 span { border-color: rgb(73,68,84); }

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