Html Css Color HEX #474649 Grape

📋 copy color: '#474649'

red 71 ◦ green 70 ◦ blue 73

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

Shades of Grape #474649

Tints of Grape #474649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 34.11%

R = 33.18%
G = 32.71%
B = 34.11%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#474649 (or 0x474649) is known color: Grape. HEX triplet: 47, 46 and 49. RGB value is (71,70,73). Sum of RGB (Red+Green+Blue) = 71+70+73=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 73 - color contains mainly: blue. Hex color #474649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474649 is #B8B9B6. Grayscale: #464646. Windows color (decimal): -12106167 or 4802119. OLE color: 4802119.

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

Color convert

RGB 71 70 73 -
CMYK 0.03 0.04 0 0.71
HSL 260º 0.02% 0.28% -
HSV(B) 260º 0.04% 0.29% -
XYZ 5.99 6.2 7.18 -
YUV 70.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 71 70 73 0.03 0.04 0 0.71 260 0.02 0.28
Hex 47 46 49 3 4 0 47 104 2 1C
Octal 107 106 111 3 4 0 107 404 2 34
Binary 1000111 1000110 1001001 11 100 0 1000111 100000100 10 11100

Color Harmonies of #474649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474649

Black with #474649

Text Example


Text Example

White with #474649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474649; }

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

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

background-color css

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

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

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

border-color css

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

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

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