#47405A

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

Shades of Grape #47405A

Tints of Grape #47405A

Color information

#47405A (or 0x47405A) is unknown color: approx Grape. HEX triplet: 47, 40 and 5A. RGB value is (71,64,90). Sum of RGB (Red+Green+Blue) = 71+64+90=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 90 - color contains mainly: blue. Hex color #47405A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47405A is #B8BFA5. Grayscale: #444444. Windows color (decimal): -12107686 or 5914695. OLE color: 5914695.

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

Color convert

RGB716490-
CMYK0.210.2900.65
HSL256.15º16.88%30.2%-
HSV(B)256.15º28.89%35.29%-
XYZ6.285.7410.45-
YUV69.06139.82129.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.56%
GREEN value IS 64 (25.39% from 255) = 28.44%
BLUE value IS 90 (35.55% from 255) = 40%
R=31.56%
G=28.44%
B=40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7164900.210.2900.65256.1516.8830.2
Hex47405A151D041100111e
Octal107100132253501014002136
Binary1000111100000010110101010111101010000011000000001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47405A; }

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

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

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

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

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

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

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

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