#474351

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

Shades of Grape #474351

Tints of Grape #474351

Color information

#474351 (or 0x474351) is unknown color: approx Grape. HEX triplet: 47, 43 and 51. RGB value is (71,67,81). Sum of RGB (Red+Green+Blue) = 71+67+81=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 81 - color contains mainly: blue. Hex color #474351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474351 is #B8BCAE. Grayscale: #454545. Windows color (decimal): -12106927 or 5325639. OLE color: 5325639.

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

Color convert

RGB716781-
CMYK0.120.1700.68
HSL257.14º9.46%29.02%-
HSV(B)257.14º17.28%31.76%-
XYZ6.095.958.61-
YUV69.79134.33128.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.42%
GREEN value IS 67 (26.56% from 255) = 30.59%
BLUE value IS 81 (32.03% from 255) = 36.99%
R=32.42%
G=30.59%
B=36.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7167810.120.1700.68257.149.4629.02
Hex474351C1104410191d
Octal107103121142101044011135
Binary10001111000011101000111001000101000100100000001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474351; }

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

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

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

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

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

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

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

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