#473E51

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

Shades of Grape #473E51

Tints of Grape #473E51

Color information

#473E51 (or 0x473E51) is unknown color: approx Grape. HEX triplet: 47, 3E and 51. RGB value is (71,62,81). Sum of RGB (Red+Green+Blue) = 71+62+81=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 62 (24.61% from 255 or 28.97% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 81 - color contains mainly: blue. Hex color #473E51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473E51 is #B8C1AE. Grayscale: #424242. Windows color (decimal): -12108207 or 5324359. OLE color: 5324359.

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

Color convert

RGB716281-
CMYK0.120.2300.68
HSL268.42º13.29%28.04%-
HSV(B)268.42º23.46%31.76%-
XYZ5.815.388.52-
YUV66.86135.98130.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.18%
GREEN value IS 62 (24.61% from 255) = 28.97%
BLUE value IS 81 (32.03% from 255) = 37.85%
R=33.18%
G=28.97%
B=37.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7162810.120.2300.68268.4213.2928.04
Hex473E51C1704410cd1c
Octal10776121142701044141534
Binary1000111111110101000111001011101000100100001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473E51; }

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

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

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

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

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

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

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

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