Html Css Color HEX #48454E Grape

📋 copy color: '#48454E'

red 72 ◦ green 69 ◦ blue 78

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

Shades of Grape #48454E

Tints of Grape #48454E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.51%

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

R = 32.88%
G = 31.51%
B = 35.62%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48454E (or 0x48454E) is known color: Grape. HEX triplet: 48, 45 and 4E. RGB value is (72,69,78). Sum of RGB (Red+Green+Blue) = 72+69+78=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 78 - color contains mainly: blue. Hex color #48454E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48454E is #B7BAB1. Grayscale: #464646. Windows color (decimal): -12040882 or 5129544. OLE color: 5129544.

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

Color convert

RGB 72 69 78 -
CMYK 0.08 0.12 0 0.69
HSL 260º 0.06% 0.29% -
HSV(B) 260º 0.12% 0.31% -
XYZ 6.18 6.18 8.08 -
YUV 70.92 131.99 128.77 -
System Red Green Blue C M Y K H S L
Decimal 72 69 78 0.08 0.12 0 0.69 260 0.06 0.29
Hex 48 45 4E 8 C 0 45 104 6 1D
Octal 110 105 116 10 14 0 105 404 6 35
Binary 1001000 1000101 1001110 1000 1100 0 1000101 100000100 110 11101

Color Harmonies of #48454E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48454E

Black with #48454E

Text Example


Text Example

White with #48454E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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