#473E59

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

Shades of Grape #473E59

Tints of Grape #473E59

Color information

#473E59 (or 0x473E59) is unknown color: approx Grape. HEX triplet: 47, 3E and 59. RGB value is (71,62,89). Sum of RGB (Red+Green+Blue) = 71+62+89=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 89 - color contains mainly: blue. Hex color #473E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473E59 is #B8C1A6. Grayscale: #434343. Windows color (decimal): -12108199 or 5848647. OLE color: 5848647.

HSL color Cylindrical-coordinate representation of color #473E59: hue angle of 260º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #473E59 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB716289-
CMYK0.200.3000.65
HSL260º17.88%29.61%-
HSV(B)260º30.34%34.9%-
XYZ6.125.5110.19-
YUV67.77139.98130.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.98%
GREEN value IS 62 (24.61% from 255) = 27.93%
BLUE value IS 89 (35.16% from 255) = 40.09%
R=31.98%
G=27.93%
B=40.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7162890.200.3000.6526017.8829.61
Hex473E59141E041104121e
Octal10776131243601014042236
Binary100011111111010110011010011110010000011000001001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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