Html Css Color HEX #47424C Grape

📋 copy color: '#47424C'

red 71 ◦ green 66 ◦ blue 76

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

Shades of Grape #47424C

Tints of Grape #47424C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.99%

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

R = 33.33%
G = 30.99%
B = 35.68%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#47424C (or 0x47424C) is known color: Grape. HEX triplet: 47, 42 and 4C. RGB value is (71,66,76). Sum of RGB (Red+Green+Blue) = 71+66+76=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 76 - color contains mainly: blue. Hex color #47424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47424C is #B8BDB3. Grayscale: #444444. Windows color (decimal): -12107188 or 4997703. OLE color: 4997703.

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

Color convert

RGB 71 66 76 -
CMYK 0.07 0.13 0 0.70
HSL 270º 0.07% 0.28% -
HSV(B) 270º 0.13% 0.3% -
XYZ 5.85 5.76 7.64 -
YUV 68.64 132.16 129.69 -
System Red Green Blue C M Y K H S L
Decimal 71 66 76 0.07 0.13 0 0.70 270 0.07 0.28
Hex 47 42 4C 7 D 0 46 10E 7 1C
Octal 107 102 114 7 15 0 106 416 7 34
Binary 1000111 1000010 1001100 111 1101 0 1000110 100001110 111 11100

Color Harmonies of #47424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47424C

Black with #47424C

Text Example


Text Example

White with #47424C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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