#473D53

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

Shades of Grape #473D53

Tints of Grape #473D53

Color information

#473D53 (or 0x473D53) is unknown color: approx Grape. HEX triplet: 47, 3D and 53. RGB value is (71,61,83). Sum of RGB (Red+Green+Blue) = 71+61+83=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 83 - color contains mainly: blue. Hex color #473D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473D53 is #B8C2AC. Grayscale: #424242. Windows color (decimal): -12108461 or 5455175. OLE color: 5455175.

HSL color Cylindrical-coordinate representation of color #473D53: hue angle of 267.27º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #473D53 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB716183-
CMYK0.140.2700.67
HSL267.27º15.28%28.24%-
HSV(B)267.27º26.51%32.55%-
XYZ5.835.38.9-
YUV66.5137.31131.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.02%
GREEN value IS 61 (24.22% from 255) = 28.37%
BLUE value IS 83 (32.81% from 255) = 38.60%
R=33.02%
G=28.37%
B=38.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7161830.140.2700.67267.2715.2828.24
Hex473D53E1B04310bf1c
Octal10775123163301034131734
Binary1000111111101101001111101101101000011100001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473D53; }

 p { color: rgb(71,61,83); }

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

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

 a { background-color: rgb(71,61,83); }

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

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

 span { border-color: rgb(71,61,83); }

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