Html Css Color HEX #48474A Grape

📋 copy color: '#48474A'

red 72 ◦ green 71 ◦ blue 74

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

Shades of Grape #48474A

Tints of Grape #48474A

RGB

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

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

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

R = 33.18%
G = 32.72%
B = 34.1%

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

#48474A (or 0x48474A) is known color: Grape. HEX triplet: 48, 47 and 4A. RGB value is (72,71,74). Sum of RGB (Red+Green+Blue) = 72+71+74=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 74 - color contains mainly: blue. Hex color #48474A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48474A is #B7B8B5. Grayscale: #474747. Windows color (decimal): -12040374 or 4867912. OLE color: 4867912.

HSL color Cylindrical-coordinate representation of color #48474A: 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 #48474A is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 71 74 -
CMYK 0.03 0.04 0 0.71
HSL 260º 0.02% 0.28% -
HSV(B) 260º 0.04% 0.29% -
XYZ 6.16 6.38 7.39 -
YUV 71.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 72 71 74 0.03 0.04 0 0.71 260 0.02 0.28
Hex 48 47 4A 3 4 0 47 104 2 1C
Octal 110 107 112 3 4 0 107 404 2 34
Binary 1001000 1000111 1001010 11 100 0 1000111 100000100 10 11100

Color Harmonies of #48474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48474A

Black with #48474A

Text Example


Text Example

White with #48474A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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