#494455

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

Shades of Grape #494455

Tints of Grape #494455

Color information

#494455 (or 0x494455) is unknown color: approx Grape. HEX triplet: 49, 44 and 55. RGB value is (73,68,85). Sum of RGB (Red+Green+Blue) = 73+68+85=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 85 - color contains mainly: blue. Hex color #494455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494455 is #B6BBAA. Grayscale: #474747. Windows color (decimal): -11975595 or 5588041. OLE color: 5588041.

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

Color convert

RGB736885-
CMYK0.140.2000.67
HSL257.65º11.11%30%-
HSV(B)257.65º20%33.33%-
XYZ6.456.219.45-
YUV71.43135.66129.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.30%
GREEN value IS 68 (26.95% from 255) = 30.09%
BLUE value IS 85 (33.59% from 255) = 37.61%
R=32.30%
G=30.09%
B=37.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7368850.140.2000.67257.6511.1130
Hex494455E14043102b1e
Octal111104125162401034021336
Binary10010011000100101010111101010001000011100000010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494455; }

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

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

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

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

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

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

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

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