Html Css Color HEX #47464A Grape

📋 copy color: '#47464A'

red 71 ◦ green 70 ◦ blue 74

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

Shades of Grape #47464A

Tints of Grape #47464A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.56%

 BLUE value IS 74 (29.3% from 255) = 34.42%

R = 33.02%
G = 32.56%
B = 34.42%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47464A (or 0x47464A) is known color: Grape. HEX triplet: 47, 46 and 4A. RGB value is (71,70,74). Sum of RGB (Red+Green+Blue) = 71+70+74=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 74 - color contains mainly: blue. Hex color #47464A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47464A is #B8B9B5. Grayscale: #464646. Windows color (decimal): -12106166 or 4867655. OLE color: 4867655.

HSL color Cylindrical-coordinate representation of color #47464A: hue angle of 255º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #47464A is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 70 74 -
CMYK 0.04 0.05 0 0.71
HSL 255º 0.03% 0.28% -
HSV(B) 255º 0.05% 0.29% -
XYZ 6.02 6.21 7.36 -
YUV 70.76 129.83 128.17 -
System Red Green Blue C M Y K H S L
Decimal 71 70 74 0.04 0.05 0 0.71 255 0.03 0.28
Hex 47 46 4A 4 5 0 47 FF 3 1C
Octal 107 106 112 4 5 0 107 377 3 34
Binary 1000111 1000110 1001010 100 101 0 1000111 11111111 11 11100

Color Harmonies of #47464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47464A

Black with #47464A

Text Example


Text Example

White with #47464A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47464A; }

 p { color: rgb(71,70,74); }

 H1.HeaderClassName
 {
   color: #47464A;
 }
 .AnyTagClassName
 {
   color: #47464A;
 }
</style>

background-color css

<style>
 a { background-color: #47464A; }

 a { background-color: rgb(71,70,74); }

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

border-color css

<style>
 span { border-color: #47464A; }

 span { border-color: rgb(71,70,74); }

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