#494254

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

Shades of Grape #494254

Tints of Grape #494254

Color information

#494254 (or 0x494254) is unknown color: approx Grape. HEX triplet: 49, 42 and 54. RGB value is (73,66,84). Sum of RGB (Red+Green+Blue) = 73+66+84=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 84 - color contains mainly: blue. Hex color #494254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494254 is #B6BDAB. Grayscale: #464646. Windows color (decimal): -11976108 or 5521993. OLE color: 5521993.

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

Color convert

RGB736684-
CMYK0.130.2100.67
HSL263.33º12%29.41%-
HSV(B)263.33º21.43%32.94%-
XYZ6.35.959.2-
YUV70.14135.82130.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.74%
GREEN value IS 66 (26.17% from 255) = 29.60%
BLUE value IS 84 (33.20% from 255) = 37.67%
R=32.74%
G=29.60%
B=37.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7366840.130.2100.67263.331229.41
Hex494254D15043107c1d
Octal111102124152501034071435
Binary10010011000010101010011011010101000011100000111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494254; }

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

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

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

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

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

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

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

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