#47454B

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

Shades of Grape #47454B

Tints of Grape #47454B

Color information

#47454B (or 0x47454B) is unknown color: approx Grape. HEX triplet: 47, 45 and 4B. RGB value is (71,69,75). Sum of RGB (Red+Green+Blue) = 71+69+75=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 75 - color contains mainly: blue. Hex color #47454B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47454B is #B8BAB4. Grayscale: #464646. Windows color (decimal): -12106421 or 4932935. OLE color: 4932935.

HSL color Cylindrical-coordinate representation of color #47454B: hue angle of 260º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #47454B is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB716975-
CMYK0.050.0800.71
HSL260º4.17%28.24%-
HSV(B)260º8%29.41%-
XYZ66.17.52-
YUV70.28130.66128.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.02%
GREEN value IS 69 (27.34% from 255) = 32.09%
BLUE value IS 75 (29.69% from 255) = 34.88%
R=33.02%
G=32.09%
B=34.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7169750.050.0800.712604.1728.24
Hex47454B5804710441c
Octal1071051135100107404434
Binary10001111000101100101110110000100011110000010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47454B; }

 p { color: rgb(71,69,75); }

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

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

 a { background-color: rgb(71,69,75); }

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

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

 span { border-color: rgb(71,69,75); }

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