Html Css Color HEX #47434C Grape

📋 copy color: '#47434C'

red 71 ◦ green 67 ◦ blue 76

#47434C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grape #47434C

Tints of Grape #47434C

RGB

 RED value IS 71 (28.13% from 255) = 33.18%

 GREEN value IS 67 (26.56% from 255) = 31.31%

 BLUE value IS 76 (30.08% from 255) = 35.51%

R = 33.18%
G = 31.31%
B = 35.51%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#47434C (or 0x47434C) is known color: Grape. HEX triplet: 47, 43 and 4C. RGB value is (71,67,76). Sum of RGB (Red+Green+Blue) = 71+67+76=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 76 - color contains mainly: blue. Hex color #47434C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47434C is #B8BCB3. Grayscale: #454545. Windows color (decimal): -12106932 or 4997959. OLE color: 4997959.

HSL color Cylindrical-coordinate representation of color #47434C: hue angle of 266.67º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #47434C is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 71 67 76 -
CMYK 0.07 0.12 0 0.70
HSL 266.67º 0.06% 0.28% -
HSV(B) 266.67º 0.12% 0.3% -
XYZ 5.91 5.88 7.66 -
YUV 69.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 71 67 76 0.07 0.12 0 0.70 266.67 0.06 0.28
Hex 47 43 4C 7 C 0 46 10B 6 1C
Octal 107 103 114 7 14 0 106 413 6 34
Binary 1000111 1000011 1001100 111 1100 0 1000110 100001011 110 11100

Color Harmonies of #47434C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47434C

Black with #47434C

Text Example


Text Example

White with #47434C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #47434C;
 }
 .AnyTagClassName
 {
   color: #47434C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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