#474157

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

Shades of Grape #474157

Tints of Grape #474157

Color information

#474157 (or 0x474157) is unknown color: approx Grape. HEX triplet: 47, 41 and 57. RGB value is (71,65,87). Sum of RGB (Red+Green+Blue) = 71+65+87=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 87 - color contains mainly: blue. Hex color #474157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474157 is #B8BEA8. Grayscale: #454545. Windows color (decimal): -12107433 or 5718343. OLE color: 5718343.

HSL color Cylindrical-coordinate representation of color #474157: hue angle of 256.36º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #474157 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB716587-
CMYK0.180.2500.66
HSL256.36º14.47%29.8%-
HSV(B)256.36º25.29%34.12%-
XYZ6.215.819.81-
YUV69.3137.99129.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.84%
GREEN value IS 65 (25.78% from 255) = 29.15%
BLUE value IS 87 (34.38% from 255) = 39.01%
R=31.84%
G=29.15%
B=39.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7165870.180.2500.66256.3614.4729.8
Hex4741571219042100e1e
Octal107101127223101024001636
Binary100011110000011010111100101100101000010100000000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474157; }

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

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

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

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

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

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

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

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