#473E53

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

Shades of Grape #473E53

Tints of Grape #473E53

Color information

#473E53 (or 0x473E53) is unknown color: approx Grape. HEX triplet: 47, 3E and 53. RGB value is (71,62,83). Sum of RGB (Red+Green+Blue) = 71+62+83=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 62 (24.61% from 255 or 28.70% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 83 - color contains mainly: blue. Hex color #473E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473E53 is #B8C1AC. Grayscale: #434343. Windows color (decimal): -12108205 or 5455431. OLE color: 5455431.

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

Color convert

RGB716283-
CMYK0.140.2500.67
HSL265.71º14.48%28.43%-
HSV(B)265.71º25.3%32.55%-
XYZ5.885.418.92-
YUV67.08136.98130.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.87%
GREEN value IS 62 (24.61% from 255) = 28.70%
BLUE value IS 83 (32.81% from 255) = 38.43%
R=32.87%
G=28.70%
B=38.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7162830.140.2500.67265.7114.4828.43
Hex473E53E1904310ae1c
Octal10776123163101034121634
Binary1000111111110101001111101100101000011100001010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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