#493D56

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

Shades of Grape #493D56

Tints of Grape #493D56

Color information

#493D56 (or 0x493D56) is unknown color: approx Grape. HEX triplet: 49, 3D and 56. RGB value is (73,61,86). Sum of RGB (Red+Green+Blue) = 73+61+86=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 86 - color contains mainly: blue. Hex color #493D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493D56 is #B6C2A9. Grayscale: #434343. Windows color (decimal): -11977386 or 5651785. OLE color: 5651785.

HSL color Cylindrical-coordinate representation of color #493D56: hue angle of 268.8º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #493D56 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB736186-
CMYK0.150.2900.66
HSL268.8º17.01%28.82%-
HSV(B)268.8º29.07%33.73%-
XYZ6.15.439.53-
YUV67.44138.48131.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.18%
GREEN value IS 61 (24.22% from 255) = 27.73%
BLUE value IS 86 (33.98% from 255) = 39.09%
R=33.18%
G=27.73%
B=39.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7361860.150.2900.66268.817.0128.82
Hex493D56F1D04210d111d
Octal11175126173501024152135
Binary10010011111011010110111111101010000101000011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493D56; }

 p { color: rgb(73,61,86); }

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

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

 a { background-color: rgb(73,61,86); }

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

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

 span { border-color: rgb(73,61,86); }

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