#474052

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

Shades of Grape #474052

Tints of Grape #474052

Color information

#474052 (or 0x474052) is unknown color: approx Grape. HEX triplet: 47, 40 and 52. RGB value is (71,64,82). Sum of RGB (Red+Green+Blue) = 71+64+82=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 82 - color contains mainly: blue. Hex color #474052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474052 is #B8BFAD. Grayscale: #444444. Windows color (decimal): -12107694 or 5390407. OLE color: 5390407.

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

Color convert

RGB716482-
CMYK0.130.2200.68
HSL263.33º12.33%28.63%-
HSV(B)263.33º21.95%32.16%-
XYZ5.955.628.75-
YUV68.14135.82130.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.72%
GREEN value IS 64 (25.39% from 255) = 29.49%
BLUE value IS 82 (32.42% from 255) = 37.79%
R=32.72%
G=29.49%
B=37.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7164820.130.2200.68263.3312.3328.63
Hex474052D16044107c1d
Octal107100122152601044071435
Binary10001111000000101001011011011001000100100000111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474052; }

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

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

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

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

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

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

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

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