Html Css Color HEX #48464E Grape

📋 copy color: '#48464E'

red 72 ◦ green 70 ◦ blue 78

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

Shades of Grape #48464E

Tints of Grape #48464E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 35.45%

R = 32.73%
G = 31.82%
B = 35.45%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48464E (or 0x48464E) is known color: Grape. HEX triplet: 48, 46 and 4E. RGB value is (72,70,78). Sum of RGB (Red+Green+Blue) = 72+70+78=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 78 - color contains mainly: blue. Hex color #48464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48464E is #B7B9B1. Grayscale: #474747. Windows color (decimal): -12040626 or 5129800. OLE color: 5129800.

HSL color Cylindrical-coordinate representation of color #48464E: hue angle of 255º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #48464E is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 70 78 -
CMYK 0.08 0.10 0 0.69
HSL 255º 0.05% 0.29% -
HSV(B) 255º 0.1% 0.31% -
XYZ 6.24 6.31 8.1 -
YUV 71.51 131.66 128.35 -
System Red Green Blue C M Y K H S L
Decimal 72 70 78 0.08 0.10 0 0.69 255 0.05 0.29
Hex 48 46 4E 8 A 0 45 FF 5 1D
Octal 110 106 116 10 12 0 105 377 5 35
Binary 1001000 1000110 1001110 1000 1010 0 1000101 11111111 101 11101

Color Harmonies of #48464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48464E

Black with #48464E

Text Example


Text Example

White with #48464E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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