#474352

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

Shades of Grape #474352

Tints of Grape #474352

Color information

#474352 (or 0x474352) is unknown color: approx Grape. HEX triplet: 47, 43 and 52. RGB value is (71,67,82). Sum of RGB (Red+Green+Blue) = 71+67+82=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 82 - color contains mainly: blue. Hex color #474352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474352 is #B8BCAD. Grayscale: #454545. Windows color (decimal): -12106926 or 5391175. OLE color: 5391175.

HSL color Cylindrical-coordinate representation of color #474352: hue angle of 256º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #474352 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB716782-
CMYK0.130.1800.68
HSL256º10.07%29.22%-
HSV(B)256º18.29%32.16%-
XYZ6.135.968.81-
YUV69.91134.83128.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.27%
GREEN value IS 67 (26.56% from 255) = 30.45%
BLUE value IS 82 (32.42% from 255) = 37.27%
R=32.27%
G=30.45%
B=37.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7167820.130.1800.6825610.0729.22
Hex474352D12044100a1d
Octal107103122152201044001235
Binary10001111000011101001011011001001000100100000000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474352; }

 p { color: rgb(71,67,82); }

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

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

 a { background-color: rgb(71,67,82); }

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

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

 span { border-color: rgb(71,67,82); }

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