#494452

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

Shades of Grape #494452

Tints of Grape #494452

Color information

#494452 (or 0x494452) is unknown color: approx Grape. HEX triplet: 49, 44 and 52. RGB value is (73,68,82). Sum of RGB (Red+Green+Blue) = 73+68+82=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 82 - color contains mainly: blue. Hex color #494452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494452 is #B6BBAD. Grayscale: #474747. Windows color (decimal): -11975598 or 5391433. OLE color: 5391433.

HSL color Cylindrical-coordinate representation of color #494452: hue angle of 261.43º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #494452 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB736882-
CMYK0.110.1700.68
HSL261.43º9.33%29.41%-
HSV(B)261.43º17.07%32.16%-
XYZ6.346.168.84-
YUV71.09134.16129.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.74%
GREEN value IS 68 (26.95% from 255) = 30.49%
BLUE value IS 82 (32.42% from 255) = 36.77%
R=32.74%
G=30.49%
B=36.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7368820.110.1700.68261.439.3329.41
Hex494452B1104410591d
Octal111104122132101044051135
Binary10010011000100101001010111000101000100100000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494452; }

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

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

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

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

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

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

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

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