#473B58

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

Shades of Grape #473B58

Tints of Grape #473B58

Color information

#473B58 (or 0x473B58) is unknown color: approx Grape. HEX triplet: 47, 3B and 58. RGB value is (71,59,88). Sum of RGB (Red+Green+Blue) = 71+59+88=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 88 - color contains mainly: blue. Hex color #473B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473B58 is #B8C4A7. Grayscale: #414141. Windows color (decimal): -12108968 or 5782343. OLE color: 5782343.

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

Color convert

RGB715988-
CMYK0.190.3300.65
HSL264.83º19.73%28.82%-
HSV(B)264.83º32.95%34.51%-
XYZ5.925.179.92-
YUV65.89140.48131.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.57%
GREEN value IS 59 (23.44% from 255) = 27.06%
BLUE value IS 88 (34.77% from 255) = 40.37%
R=32.57%
G=27.06%
B=40.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7159880.190.3300.65264.8319.7328.82
Hex473B581321041109141d
Octal10773130234101014112435
Binary1000111111011101100010011100001010000011000010011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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