Html Css Color HEX #47414D Grape

📋 copy color: '#47414D'

red 71 ◦ green 65 ◦ blue 77

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

Shades of Grape #47414D

Tints of Grape #47414D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.52%

 BLUE value IS 77 (30.47% from 255) = 36.15%

R = 33.33%
G = 30.52%
B = 36.15%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#47414D (or 0x47414D) is known color: Grape. HEX triplet: 47, 41 and 4D. RGB value is (71,65,77). Sum of RGB (Red+Green+Blue) = 71+65+77=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 77 - color contains mainly: blue. Hex color #47414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47414D is #B8BEB2. Grayscale: #444444. Windows color (decimal): -12107443 or 5062983. OLE color: 5062983.

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

Color convert

RGB 71 65 77 -
CMYK 0.08 0.16 0 0.70
HSL 270º 0.08% 0.28% -
HSV(B) 270º 0.16% 0.3% -
XYZ 5.83 5.66 7.81 -
YUV 68.16 132.99 130.02 -
System Red Green Blue C M Y K H S L
Decimal 71 65 77 0.08 0.16 0 0.70 270 0.08 0.28
Hex 47 41 4D 8 10 0 46 10E 8 1C
Octal 107 101 115 10 20 0 106 416 10 34
Binary 1000111 1000001 1001101 1000 10000 0 1000110 100001110 1000 11100

Color Harmonies of #47414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47414D

Black with #47414D

Text Example


Text Example

White with #47414D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47414D; }

 p { color: rgb(71,65,77); }

 H1.HeaderClassName
 {
   color: #47414D;
 }
 .AnyTagClassName
 {
   color: #47414D;
 }
</style>

background-color css

<style>
 a { background-color: #47414D; }

 a { background-color: rgb(71,65,77); }

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

border-color css

<style>
 span { border-color: #47414D; }

 span { border-color: rgb(71,65,77); }

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