#494450

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

Shades of Grape #494450

Tints of Grape #494450

Color information

#494450 (or 0x494450) is unknown color: approx Grape. HEX triplet: 49, 44 and 50. RGB value is (73,68,80). Sum of RGB (Red+Green+Blue) = 73+68+80=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 80 - color contains mainly: blue. Hex color #494450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494450 is #B6BBAF. Grayscale: #464646. Windows color (decimal): -11975600 or 5260361. OLE color: 5260361.

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

Color convert

RGB736880-
CMYK0.090.1500.69
HSL265º8.11%29.02%-
HSV(B)265º15%31.37%-
XYZ6.266.138.44-
YUV70.86133.16129.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.03%
GREEN value IS 68 (26.95% from 255) = 30.77%
BLUE value IS 80 (31.64% from 255) = 36.20%
R=33.03%
G=30.77%
B=36.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7368800.090.1500.692658.1129.02
Hex4944509F04510981d
Octal111104120111701054111035
Binary1001001100010010100001001111101000101100001001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494450; }

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

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

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

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

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

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

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

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