Html Css Color HEX #47444C Grape

📋 copy color: '#47444C'

red 71 ◦ green 68 ◦ blue 76

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

Shades of Grape #47444C

Tints of Grape #47444C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.63%

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

R = 33.02%
G = 31.63%
B = 35.35%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#47444C (or 0x47444C) is known color: Grape. HEX triplet: 47, 44 and 4C. RGB value is (71,68,76). Sum of RGB (Red+Green+Blue) = 71+68+76=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 76 - color contains mainly: blue. Hex color #47444C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47444C is #B8BBB3. Grayscale: #454545. Windows color (decimal): -12106676 or 4998215. OLE color: 4998215.

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

Color convert

RGB 71 68 76 -
CMYK 0.07 0.11 0 0.70
HSL 262.5º 0.06% 0.28% -
HSV(B) 262.5º 0.11% 0.3% -
XYZ 5.97 6 7.68 -
YUV 69.81 131.49 128.85 -
System Red Green Blue C M Y K H S L
Decimal 71 68 76 0.07 0.11 0 0.70 262.5 0.06 0.28
Hex 47 44 4C 7 B 0 46 106 6 1C
Octal 107 104 114 7 13 0 106 406 6 34
Binary 1000111 1000100 1001100 111 1011 0 1000110 100000110 110 11100

Color Harmonies of #47444C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47444C

Black with #47444C

Text Example


Text Example

White with #47444C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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