#474648

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

Shades of Grape #474648

Tints of Grape #474648

Color information

#474648 (or 0x474648) is unknown color: approx Grape. HEX triplet: 47, 46 and 48. RGB value is (71,70,72). Sum of RGB (Red+Green+Blue) = 71+70+72=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 72 - color contains mainly: blue. Hex color #474648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474648 is #B8B9B7. Grayscale: #464646. Windows color (decimal): -12106168 or 4736583. OLE color: 4736583.

HSL color Cylindrical-coordinate representation of color #474648: hue angle of 270º degrees, saturation: 0.01, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #474648 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB717072-
CMYK0.010.0300.72
HSL270º1.41%27.84%-
HSV(B)270º2.78%28.24%-
XYZ5.966.197.01-
YUV70.53128.83128.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.33%
GREEN value IS 70 (27.73% from 255) = 32.86%
BLUE value IS 72 (28.52% from 255) = 33.80%
R=33.33%
G=32.86%
B=33.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7170720.010.0300.722701.4127.84
Hex4746481304810e11c
Octal107106110130110416134
Binary10001111000110100100011101001000100001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474648; }

 p { color: rgb(71,70,72); }

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

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

 a { background-color: rgb(71,70,72); }

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

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

 span { border-color: rgb(71,70,72); }

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