#474350

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

Shades of Grape #474350

Tints of Grape #474350

Color information

#474350 (or 0x474350) is unknown color: approx Grape. HEX triplet: 47, 43 and 50. RGB value is (71,67,80). Sum of RGB (Red+Green+Blue) = 71+67+80=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 80 - color contains mainly: blue. Hex color #474350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474350 is #B8BCAF. Grayscale: #454545. Windows color (decimal): -12106928 or 5260103. OLE color: 5260103.

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

Color convert

RGB716780-
CMYK0.110.1600.69
HSL258.46º8.84%28.82%-
HSV(B)258.46º16.25%31.37%-
XYZ6.055.938.42-
YUV69.68133.83128.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.57%
GREEN value IS 67 (26.56% from 255) = 30.73%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=32.57%
G=30.73%
B=36.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7167800.110.1600.69258.468.8428.82
Hex474350B1004510291d
Octal107103120132001054021135
Binary10001111000011101000010111000001000101100000010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474350; }

 p { color: rgb(71,67,80); }

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

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

 a { background-color: rgb(71,67,80); }

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

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

 span { border-color: rgb(71,67,80); }

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