#473D58

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

Shades of Grape #473D58

Tints of Grape #473D58

Color information

#473D58 (or 0x473D58) is unknown color: approx Grape. HEX triplet: 47, 3D and 58. RGB value is (71,61,88). Sum of RGB (Red+Green+Blue) = 71+61+88=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 88 - color contains mainly: blue. Hex color #473D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473D58 is #B8C2A7. Grayscale: #424242. Windows color (decimal): -12108456 or 5782855. OLE color: 5782855.

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

Color convert

RGB716188-
CMYK0.190.3100.65
HSL262.22º18.12%29.22%-
HSV(B)262.22º30.68%34.51%-
XYZ6.035.389.95-
YUV67.07139.81130.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.27%
GREEN value IS 61 (24.22% from 255) = 27.73%
BLUE value IS 88 (34.77% from 255) = 40%
R=32.27%
G=27.73%
B=40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7161880.190.3100.65262.2218.1229.22
Hex473D58131F041106121d
Octal10775130233701014062235
Binary100011111110110110001001111111010000011000001101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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