Html Css Color HEX #484749 Grape

📋 copy color: '#484749'

red 72 ◦ green 71 ◦ blue 73

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

Shades of Grape #484749

Tints of Grape #484749

RGB

 RED value IS 72 (28.52% from 255) = 33.33%

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

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

R = 33.33%
G = 32.87%
B = 33.8%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#484749 (or 0x484749) is known color: Grape. HEX triplet: 48, 47 and 49. RGB value is (72,71,73). Sum of RGB (Red+Green+Blue) = 72+71+73=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 73 - color contains mainly: blue. Hex color #484749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484749 is #B7B8B6. Grayscale: #474747. Windows color (decimal): -12040375 or 4802376. OLE color: 4802376.

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

Color convert

RGB 72 71 73 -
CMYK 0.01 0.03 0 0.71
HSL 270º 0.01% 0.28% -
HSV(B) 270º 0.03% 0.29% -
XYZ 6.13 6.37 7.21 -
YUV 71.53 128.83 128.34 -
System Red Green Blue C M Y K H S L
Decimal 72 71 73 0.01 0.03 0 0.71 270 0.01 0.28
Hex 48 47 49 1 3 0 47 10E 1 1C
Octal 110 107 111 1 3 0 107 416 1 34
Binary 1001000 1000111 1001001 1 11 0 1000111 100001110 1 11100

Color Harmonies of #484749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484749

Black with #484749

Text Example


Text Example

White with #484749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484749; }

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

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

background-color css

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

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

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

border-color css

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

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

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