#47424F

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

Shades of Grape #47424F

Tints of Grape #47424F

Color information

#47424F (or 0x47424F) is unknown color: approx Grape. HEX triplet: 47, 42 and 4F. RGB value is (71,66,79). Sum of RGB (Red+Green+Blue) = 71+66+79=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 79 - color contains mainly: blue. Hex color #47424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47424F is #B8BDB0. Grayscale: #444444. Windows color (decimal): -12107185 or 5194311. OLE color: 5194311.

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

Color convert

RGB716679-
CMYK0.100.1600.69
HSL263.08º8.97%28.43%-
HSV(B)263.08º16.46%30.98%-
XYZ5.965.88.2-
YUV68.98133.66129.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.87%
GREEN value IS 66 (26.17% from 255) = 30.56%
BLUE value IS 79 (31.25% from 255) = 36.57%
R=32.87%
G=30.56%
B=36.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7166790.100.1600.69263.088.9728.43
Hex47424FA1004510791c
Octal107102117122001054071134
Binary10001111000010100111110101000001000101100000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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