Html Css Color HEX #48444F Grape

📋 copy color: '#48444F'

red 72 ◦ green 68 ◦ blue 79

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

Shades of Grape #48444F

Tints of Grape #48444F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.07%

R = 32.88%
G = 31.05%
B = 36.07%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48444F (or 0x48444F) is known color: Grape. HEX triplet: 48, 44 and 4F. RGB value is (72,68,79). Sum of RGB (Red+Green+Blue) = 72+68+79=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 79 - color contains mainly: blue. Hex color #48444F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48444F is #B7BBB0. Grayscale: #464646. Windows color (decimal): -12041137 or 5194824. OLE color: 5194824.

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

Color convert

RGB 72 68 79 -
CMYK 0.09 0.14 0 0.69
HSL 261.82º 0.07% 0.29% -
HSV(B) 261.82º 0.14% 0.31% -
XYZ 6.15 6.08 8.25 -
YUV 70.45 132.83 129.11 -
System Red Green Blue C M Y K H S L
Decimal 72 68 79 0.09 0.14 0 0.69 261.82 0.07 0.29
Hex 48 44 4F 9 E 0 45 106 7 1D
Octal 110 104 117 11 16 0 105 406 7 35
Binary 1001000 1000100 1001111 1001 1110 0 1000101 100000110 111 11101

Color Harmonies of #48444F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48444F

Black with #48444F

Text Example


Text Example

White with #48444F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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