Html Css Color HEX #47454C Grape

📋 copy color: '#47454C'

red 71 ◦ green 69 ◦ blue 76

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

Shades of Grape #47454C

Tints of Grape #47454C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.94%

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

R = 32.87%
G = 31.94%
B = 35.19%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#47454C (or 0x47454C) is known color: Grape. HEX triplet: 47, 45 and 4C. RGB value is (71,69,76). Sum of RGB (Red+Green+Blue) = 71+69+76=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 76 - color contains mainly: blue. Hex color #47454C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47454C is #B8BAB3. Grayscale: #464646. Windows color (decimal): -12106420 or 4998471. OLE color: 4998471.

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

Color convert

RGB 71 69 76 -
CMYK 0.07 0.09 0 0.70
HSL 257.14º 0.05% 0.28% -
HSV(B) 257.14º 0.09% 0.3% -
XYZ 6.03 6.12 7.7 -
YUV 70.4 131.16 128.43 -
System Red Green Blue C M Y K H S L
Decimal 71 69 76 0.07 0.09 0 0.70 257.14 0.05 0.28
Hex 47 45 4C 7 9 0 46 101 5 1C
Octal 107 105 114 7 11 0 106 401 5 34
Binary 1000111 1000101 1001100 111 1001 0 1000110 100000001 101 11100

Color Harmonies of #47454C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47454C

Black with #47454C

Text Example


Text Example

White with #47454C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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