Html Css Color HEX #48444E Grape

📋 copy color: '#48444E'

red 72 ◦ green 68 ◦ blue 78

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

Shades of Grape #48444E

Tints of Grape #48444E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.19%

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

R = 33.03%
G = 31.19%
B = 35.78%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48444E (or 0x48444E) is known color: Grape. HEX triplet: 48, 44 and 4E. RGB value is (72,68,78). Sum of RGB (Red+Green+Blue) = 72+68+78=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 78 - color contains mainly: blue. Hex color #48444E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48444E is #B7BBB1. Grayscale: #464646. Windows color (decimal): -12041138 or 5129288. OLE color: 5129288.

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

Color convert

RGB 72 68 78 -
CMYK 0.08 0.13 0 0.69
HSL 264º 0.07% 0.29% -
HSV(B) 264º 0.13% 0.31% -
XYZ 6.11 6.06 8.06 -
YUV 70.34 132.33 129.19 -
System Red Green Blue C M Y K H S L
Decimal 72 68 78 0.08 0.13 0 0.69 264 0.07 0.29
Hex 48 44 4E 8 D 0 45 108 7 1D
Octal 110 104 116 10 15 0 105 410 7 35
Binary 1001000 1000100 1001110 1000 1101 0 1000101 100001000 111 11101

Color Harmonies of #48444E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48444E

Black with #48444E

Text Example


Text Example

White with #48444E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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