#494554

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

Shades of Grape #494554

Tints of Grape #494554

Color information

#494554 (or 0x494554) is unknown color: approx Grape. HEX triplet: 49, 45 and 54. RGB value is (73,69,84). Sum of RGB (Red+Green+Blue) = 73+69+84=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 84 - color contains mainly: blue. Hex color #494554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494554 is #B6BAAB. Grayscale: #474747. Windows color (decimal): -11975340 or 5522761. OLE color: 5522761.

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

Color convert

RGB736984-
CMYK0.130.1800.67
HSL256º9.8%30%-
HSV(B)256º17.86%32.94%-
XYZ6.486.319.26-
YUV71.91134.83128.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.30%
GREEN value IS 69 (27.34% from 255) = 30.53%
BLUE value IS 84 (33.20% from 255) = 37.17%
R=32.30%
G=30.53%
B=37.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7369840.130.1800.672569.830
Hex494554D12043100a1e
Octal111105124152201034001236
Binary10010011000101101010011011001001000011100000000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494554; }

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

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

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

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

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

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

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

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