#47444E

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

Shades of Grape #47444E

Tints of Grape #47444E

Color information

#47444E (or 0x47444E) is unknown color: approx Grape. HEX triplet: 47, 44 and 4E. RGB value is (71,68,78). Sum of RGB (Red+Green+Blue) = 71+68+78=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 78 - color contains mainly: blue. Hex color #47444E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47444E is #B8BBB1. Grayscale: #464646. Windows color (decimal): -12106674 or 5129287. OLE color: 5129287.

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

Color convert

RGB716878-
CMYK0.090.1300.69
HSL258º6.85%28.63%-
HSV(B)258º12.82%30.59%-
XYZ6.046.028.05-
YUV70.04132.49128.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.72%
GREEN value IS 68 (26.95% from 255) = 31.34%
BLUE value IS 78 (30.86% from 255) = 35.94%
R=32.72%
G=31.34%
B=35.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7168780.090.1300.692586.8528.63
Hex47444E9D04510271d
Octal10710411611150105402735
Binary100011110001001001110100111010100010110000001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47444E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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