#47404E

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

Shades of Grape #47404E

Tints of Grape #47404E

Color information

#47404E (or 0x47404E) is unknown color: approx Grape. HEX triplet: 47, 40 and 4E. RGB value is (71,64,78). Sum of RGB (Red+Green+Blue) = 71+64+78=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 78 - color contains mainly: blue. Hex color #47404E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47404E is #B8BFB1. Grayscale: #434343. Windows color (decimal): -12107698 or 5128263. OLE color: 5128263.

HSL color Cylindrical-coordinate representation of color #47404E: hue angle of 270º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #47404E is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB716478-
CMYK0.090.1800.69
HSL270º9.86%27.84%-
HSV(B)270º17.95%30.59%-
XYZ5.815.567.97-
YUV67.69133.82130.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.33%
GREEN value IS 64 (25.39% from 255) = 30.05%
BLUE value IS 78 (30.86% from 255) = 36.62%
R=33.33%
G=30.05%
B=36.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7164780.090.1800.692709.8627.84
Hex47404E91204510ea1c
Octal107100116112201054161234
Binary10001111000000100111010011001001000101100001110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47404E; }

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

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

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

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

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

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

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

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