#47434B

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

Shades of Grape #47434B

Tints of Grape #47434B

Color information

#47434B (or 0x47434B) is unknown color: approx Grape. HEX triplet: 47, 43 and 4B. RGB value is (71,67,75). Sum of RGB (Red+Green+Blue) = 71+67+75=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 75 - color contains mainly: blue. Hex color #47434B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47434B is #B8BCB4. Grayscale: #454545. Windows color (decimal): -12106933 or 4932423. OLE color: 4932423.

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

Color convert

RGB716775-
CMYK0.050.1100.71
HSL270º5.63%27.84%-
HSV(B)270º10.67%29.41%-
XYZ5.885.867.48-
YUV69.11131.33129.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.33%
GREEN value IS 67 (26.56% from 255) = 31.46%
BLUE value IS 75 (29.69% from 255) = 35.21%
R=33.33%
G=31.46%
B=35.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7167750.050.1100.712705.6327.84
Hex47434B5B04710e61c
Octal1071031135130107416634
Binary10001111000011100101110110110100011110000111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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