#474254

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

Shades of Grape #474254

Tints of Grape #474254

Color information

#474254 (or 0x474254) is unknown color: approx Grape. HEX triplet: 47, 42 and 54. RGB value is (71,66,84). Sum of RGB (Red+Green+Blue) = 71+66+84=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 84 - color contains mainly: blue. Hex color #474254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474254 is #B8BDAB. Grayscale: #454545. Windows color (decimal): -12107180 or 5521991. OLE color: 5521991.

HSL color Cylindrical-coordinate representation of color #474254: hue angle of 256.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #474254 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB716684-
CMYK0.150.2100.67
HSL256.67º12%29.41%-
HSV(B)256.67º21.43%32.94%-
XYZ6.155.889.2-
YUV69.55136.16129.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.13%
GREEN value IS 66 (26.17% from 255) = 29.86%
BLUE value IS 84 (33.20% from 255) = 38.01%
R=32.13%
G=29.86%
B=38.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7166840.150.2100.67256.671229.41
Hex474254F15043101c1d
Octal107102124172501034011435
Binary10001111000010101010011111010101000011100000001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474254; }

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

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

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

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

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

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

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

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