#47444F

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

Shades of Grape #47444F

Tints of Grape #47444F

Color information

#47444F (or 0x47444F) is unknown color: approx Grape. HEX triplet: 47, 44 and 4F. RGB value is (71,68,79). Sum of RGB (Red+Green+Blue) = 71+68+79=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 79 - color contains mainly: blue. Hex color #47444F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47444F is #B8BBB0. Grayscale: #464646. Windows color (decimal): -12106673 or 5194823. OLE color: 5194823.

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

Color convert

RGB716879-
CMYK0.100.1400.69
HSL256.36º7.48%28.82%-
HSV(B)256.36º13.92%30.98%-
XYZ6.086.048.24-
YUV70.15132.99128.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.57%
GREEN value IS 68 (26.95% from 255) = 31.19%
BLUE value IS 79 (31.25% from 255) = 36.24%
R=32.57%
G=31.19%
B=36.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7168790.100.1400.69256.367.4828.82
Hex47444FAE04510071d
Octal10710411712160105400735
Binary100011110001001001111101011100100010110000000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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