Html Css Color HEX #47444E Grape

📋 copy color: '#47444E'

red 71 ◦ green 68 ◦ blue 78

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

Shades of Grape #47444E

Tints of Grape #47444E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 35.94%

R = 32.72%
G = 31.34%
B = 35.94%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47444E (or 0x47444E) is known color: Grape. HEX triplet: 47, 44 and 4E. RGB value is (71,68,78). Sum of RGB (Red+Green+Blue) = 71+68+78=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 78 - color contains mainly: blue. Hex color #47444E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47444E is #B8BBB1. Grayscale: #464646. Windows color (decimal): -12106674 or 5129287. OLE color: 5129287.

HSL color Cylindrical-coordinate representation of color #47444E: hue angle of 258º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #47444E is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 68 78 -
CMYK 0.09 0.13 0 0.69
HSL 258º 0.07% 0.29% -
HSV(B) 258º 0.13% 0.31% -
XYZ 6.04 6.02 8.05 -
YUV 70.04 132.49 128.69 -
System Red Green Blue C M Y K H S L
Decimal 71 68 78 0.09 0.13 0 0.69 258 0.07 0.29
Hex 47 44 4E 9 D 0 45 102 7 1D
Octal 107 104 116 11 15 0 105 402 7 35
Binary 1000111 1000100 1001110 1001 1101 0 1000101 100000010 111 11101

Color Harmonies of #47444E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47444E

Black with #47444E

Text Example


Text Example

White with #47444E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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