Html Css Color HEX #48464D Grape

📋 copy color: '#48464D'

red 72 ◦ green 70 ◦ blue 77

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

Shades of Grape #48464D

Tints of Grape #48464D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 35.16%

R = 32.88%
G = 31.96%
B = 35.16%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#48464D (or 0x48464D) is known color: Grape. HEX triplet: 48, 46 and 4D. RGB value is (72,70,77). Sum of RGB (Red+Green+Blue) = 72+70+77=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 77 - color contains mainly: blue. Hex color #48464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48464D is #B7B9B2. Grayscale: #474747. Windows color (decimal): -12040627 or 5064264. OLE color: 5064264.

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

Color convert

RGB 72 70 77 -
CMYK 0.06 0.09 0 0.70
HSL 257.14º 0.05% 0.29% -
HSV(B) 257.14º 0.09% 0.3% -
XYZ 6.2 6.29 7.91 -
YUV 71.4 131.16 128.43 -
System Red Green Blue C M Y K H S L
Decimal 72 70 77 0.06 0.09 0 0.70 257.14 0.05 0.29
Hex 48 46 4D 6 9 0 46 101 5 1D
Octal 110 106 115 6 11 0 106 401 5 35
Binary 1001000 1000110 1001101 110 1001 0 1000110 100000001 101 11101

Color Harmonies of #48464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48464D

Black with #48464D

Text Example


Text Example

White with #48464D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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