#473E5A

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

Shades of Grape #473E5A

Tints of Grape #473E5A

Color information

#473E5A (or 0x473E5A) is unknown color: approx Grape. HEX triplet: 47, 3E and 5A. RGB value is (71,62,90). Sum of RGB (Red+Green+Blue) = 71+62+90=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 62 (24.61% from 255 or 27.80% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 90 - color contains mainly: blue. Hex color #473E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473E5A is #B8C1A5. Grayscale: #434343. Windows color (decimal): -12108198 or 5914183. OLE color: 5914183.

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

Color convert

RGB716290-
CMYK0.210.3100.65
HSL259.29º18.42%29.8%-
HSV(B)259.29º31.11%35.29%-
XYZ6.175.5210.41-
YUV67.88140.48130.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.84%
GREEN value IS 62 (24.61% from 255) = 27.80%
BLUE value IS 90 (35.55% from 255) = 40.36%
R=31.84%
G=27.80%
B=40.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7162900.210.3100.65259.2918.4229.8
Hex473E5A151F041103121e
Octal10776132253701014032236
Binary100011111111010110101010111111010000011000000111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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