Html Css Color HEX #47434E Grape

📋 copy color: '#47434E'

red 71 ◦ green 67 ◦ blue 78

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

Shades of Grape #47434E

Tints of Grape #47434E

RGB

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

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

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

R = 32.87%
G = 31.02%
B = 36.11%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47434E (or 0x47434E) is known color: Grape. HEX triplet: 47, 43 and 4E. RGB value is (71,67,78). Sum of RGB (Red+Green+Blue) = 71+67+78=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 78 - color contains mainly: blue. Hex color #47434E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47434E is #B8BCB1. Grayscale: #454545. Windows color (decimal): -12106930 or 5129031. OLE color: 5129031.

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

Color convert

RGB 71 67 78 -
CMYK 0.09 0.14 0 0.69
HSL 261.82º 0.08% 0.28% -
HSV(B) 261.82º 0.14% 0.31% -
XYZ 5.98 5.9 8.03 -
YUV 69.45 132.83 129.11 -
System Red Green Blue C M Y K H S L
Decimal 71 67 78 0.09 0.14 0 0.69 261.82 0.08 0.28
Hex 47 43 4E 9 E 0 45 106 8 1C
Octal 107 103 116 11 16 0 105 406 10 34
Binary 1000111 1000011 1001110 1001 1110 0 1000101 100000110 1000 11100

Color Harmonies of #47434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47434E

Black with #47434E

Text Example


Text Example

White with #47434E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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