#474549

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

Shades of Grape #474549

Tints of Grape #474549

Color information

#474549 (or 0x474549) is unknown color: approx Grape. HEX triplet: 47, 45 and 49. RGB value is (71,69,73). Sum of RGB (Red+Green+Blue) = 71+69+73=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 73 - color contains mainly: blue. Hex color #474549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474549 is #B8BAB6. Grayscale: #464646. Windows color (decimal): -12106423 or 4801863. OLE color: 4801863.

HSL color Cylindrical-coordinate representation of color #474549: hue angle of 270º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #474549 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB716973-
CMYK0.030.0500.71
HSL270º2.82%27.84%-
HSV(B)270º5.48%28.63%-
XYZ5.936.087.16-
YUV70.05129.66128.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.33%
GREEN value IS 69 (27.34% from 255) = 32.39%
BLUE value IS 73 (28.91% from 255) = 34.27%
R=33.33%
G=32.39%
B=34.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7169730.030.0500.712702.8227.84
Hex4745493504710e31c
Octal107105111350107416334
Binary10001111000101100100111101010001111000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474549; }

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

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

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

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

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

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

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

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