#47454E

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

Shades of Grape #47454E

Tints of Grape #47454E

Color information

#47454E (or 0x47454E) is unknown color: approx Grape. HEX triplet: 47, 45 and 4E. RGB value is (71,69,78). Sum of RGB (Red+Green+Blue) = 71+69+78=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 78 - color contains mainly: blue. Hex color #47454E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47454E is #B8BAB1. Grayscale: #464646. Windows color (decimal): -12106418 or 5129543. OLE color: 5129543.

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

Color convert

RGB716978-
CMYK0.090.1200.69
HSL253.33º6.12%28.82%-
HSV(B)253.33º11.54%30.59%-
XYZ6.16.158.07-
YUV70.62132.16128.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.57%
GREEN value IS 69 (27.34% from 255) = 31.65%
BLUE value IS 78 (30.86% from 255) = 35.78%
R=32.57%
G=31.65%
B=35.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7169780.090.1200.69253.336.1228.82
Hex47454E9C045fd61d
Octal10710511611140105375635
Binary10001111000101100111010011100010001011111110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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