Html Css Color HEX #48464C Grape

📋 copy color: '#48464C'

red 72 ◦ green 70 ◦ blue 76

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

Shades of Grape #48464C

Tints of Grape #48464C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 34.86%

R = 33.03%
G = 32.11%
B = 34.86%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#48464C (or 0x48464C) is known color: Grape. HEX triplet: 48, 46 and 4C. RGB value is (72,70,76). Sum of RGB (Red+Green+Blue) = 72+70+76=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 76 - color contains mainly: blue. Hex color #48464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48464C is #B7B9B3. Grayscale: #474747. Windows color (decimal): -12040628 or 4998728. OLE color: 4998728.

HSL color Cylindrical-coordinate representation of color #48464C: hue angle of 260º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #48464C is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 72 70 76 -
CMYK 0.05 0.08 0 0.70
HSL 260º 0.04% 0.29% -
HSV(B) 260º 0.08% 0.3% -
XYZ 6.17 6.28 7.72 -
YUV 71.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 72 70 76 0.05 0.08 0 0.70 260 0.04 0.29
Hex 48 46 4C 5 8 0 46 104 4 1D
Octal 110 106 114 5 10 0 106 404 4 35
Binary 1001000 1000110 1001100 101 1000 0 1000110 100000100 100 11101

Color Harmonies of #48464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48464C

Black with #48464C

Text Example


Text Example

White with #48464C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48464C; }

 p { color: rgb(72,70,76); }

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

background-color css

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

 a { background-color: rgb(72,70,76); }

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

border-color css

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

 span { border-color: rgb(72,70,76); }

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