Html Css Color HEX #474549 Grape

📋 copy color: '#474549'

red 71 ◦ green 69 ◦ blue 73

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

Shades of Grape #474549

Tints of Grape #474549

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.39%

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

R = 33.33%
G = 32.39%
B = 34.27%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#474549 (or 0x474549) is known color: Grape. HEX triplet: 47, 45 and 49. RGB value is (71,69,73). Sum of RGB (Red+Green+Blue) = 71+69+73=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 73 - color contains mainly: blue. Hex color #474549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474549 is #B8BAB6. Grayscale: #464646. Windows color (decimal): -12106423 or 4801863. OLE color: 4801863.

HSL color Cylindrical-coordinate representation of color #474549: hue angle of 270º 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 #474549 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 69 73 -
CMYK 0.03 0.05 0 0.71
HSL 270º 0.03% 0.28% -
HSV(B) 270º 0.05% 0.29% -
XYZ 5.93 6.08 7.16 -
YUV 70.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 71 69 73 0.03 0.05 0 0.71 270 0.03 0.28
Hex 47 45 49 3 5 0 47 10E 3 1C
Octal 107 105 111 3 5 0 107 416 3 34
Binary 1000111 1000101 1001001 11 101 0 1000111 100001110 11 11100

Color Harmonies of #474549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474549

Black with #474549

Text Example


Text Example

White with #474549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474549; }

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

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

background-color css

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

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

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

border-color css

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

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

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