#474450

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

Shades of Grape #474450

Tints of Grape #474450

Color information

#474450 (or 0x474450) is unknown color: approx Grape. HEX triplet: 47, 44 and 50. RGB value is (71,68,80). Sum of RGB (Red+Green+Blue) = 71+68+80=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 80 - color contains mainly: blue. Hex color #474450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474450 is #B8BBAF. Grayscale: #464646. Windows color (decimal): -12106672 or 5260359. OLE color: 5260359.

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

Color convert

RGB716880-
CMYK0.110.1500.69
HSL255º8.11%29.02%-
HSV(B)255º15%31.37%-
XYZ6.116.058.44-
YUV70.26133.49128.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.42%
GREEN value IS 68 (26.95% from 255) = 31.05%
BLUE value IS 80 (31.64% from 255) = 36.53%
R=32.42%
G=31.05%
B=36.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7168800.110.1500.692558.1129.02
Hex474450BF045ff81d
Octal107104120131701053771035
Binary100011110001001010000101111110100010111111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474450; }

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

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

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

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

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

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

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

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