#474051

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

Shades of Grape #474051

Tints of Grape #474051

Color information

#474051 (or 0x474051) is unknown color: approx Grape. HEX triplet: 47, 40 and 51. RGB value is (71,64,81). Sum of RGB (Red+Green+Blue) = 71+64+81=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 81 - color contains mainly: blue. Hex color #474051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474051 is #B8BFAE. Grayscale: #434343. Windows color (decimal): -12107695 or 5324871. OLE color: 5324871.

HSL color Cylindrical-coordinate representation of color #474051: hue angle of 264.71º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #474051 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB716481-
CMYK0.120.2100.68
HSL264.71º11.72%28.43%-
HSV(B)264.71º20.99%31.76%-
XYZ5.925.68.55-
YUV68.03135.32130.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.87%
GREEN value IS 64 (25.39% from 255) = 29.63%
BLUE value IS 81 (32.03% from 255) = 37.5%
R=32.87%
G=29.63%
B=37.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7164810.120.2100.68264.7111.7228.43
Hex474051C15044109c1c
Octal107100121142501044111434
Binary10001111000000101000111001010101000100100001001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474051; }

 p { color: rgb(71,64,81); }

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

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

 a { background-color: rgb(71,64,81); }

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

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

 span { border-color: rgb(71,64,81); }

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