#474155

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

Shades of Grape #474155

Tints of Grape #474155

Color information

#474155 (or 0x474155) is unknown color: approx Grape. HEX triplet: 47, 41 and 55. RGB value is (71,65,85). Sum of RGB (Red+Green+Blue) = 71+65+85=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 85 - color contains mainly: blue. Hex color #474155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474155 is #B8BEAA. Grayscale: #454545. Windows color (decimal): -12107435 or 5587271. OLE color: 5587271.

HSL color Cylindrical-coordinate representation of color #474155: hue angle of 258º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #474155 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB716585-
CMYK0.160.2400.67
HSL258º13.33%29.41%-
HSV(B)258º23.53%33.33%-
XYZ6.135.789.39-
YUV69.07136.99129.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.13%
GREEN value IS 65 (25.78% from 255) = 29.41%
BLUE value IS 85 (33.59% from 255) = 38.46%
R=32.13%
G=29.41%
B=38.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7165850.160.2400.6725813.3329.41
Hex4741551018043102d1d
Octal107101125203001034021535
Binary100011110000011010101100001100001000011100000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474155; }

 p { color: rgb(71,65,85); }

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

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

 a { background-color: rgb(71,65,85); }

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

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

 span { border-color: rgb(71,65,85); }

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