#473958

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

Shades of Grape #473958

Tints of Grape #473958

Color information

#473958 (or 0x473958) is unknown color: approx Grape. HEX triplet: 47, 39 and 58. RGB value is (71,57,88). Sum of RGB (Red+Green+Blue) = 71+57+88=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 88 - color contains mainly: blue. Hex color #473958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473958 is #B8C6A7. Grayscale: #404040. Windows color (decimal): -12109480 or 5781831. OLE color: 5781831.

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

Color convert

RGB715788-
CMYK0.190.3500.65
HSL267.1º21.38%28.43%-
HSV(B)267.1º35.23%34.51%-
XYZ5.824.979.88-
YUV64.72141.14132.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.87%
GREEN value IS 57 (22.66% from 255) = 26.39%
BLUE value IS 88 (34.77% from 255) = 40.74%
R=32.87%
G=26.39%
B=40.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7157880.190.3500.65267.121.3828.43
Hex473958132304110b151c
Octal10771130234301014132534
Binary1000111111001101100010011100011010000011000010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473958; }

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

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

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

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

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

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

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

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