Html Css Color HEX #48424E Grape

📋 copy color: '#48424E'

red 72 ◦ green 66 ◦ blue 78

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

Shades of Grape #48424E

Tints of Grape #48424E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.56%

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

R = 33.33%
G = 30.56%
B = 36.11%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48424E (or 0x48424E) is known color: Grape. HEX triplet: 48, 42 and 4E. RGB value is (72,66,78). Sum of RGB (Red+Green+Blue) = 72+66+78=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 78 - color contains mainly: blue. Hex color #48424E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48424E is #B7BDB1. Grayscale: #454545. Windows color (decimal): -12041650 or 5128776. OLE color: 5128776.

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

Color convert

RGB 72 66 78 -
CMYK 0.08 0.15 0 0.69
HSL 270º 0.08% 0.28% -
HSV(B) 270º 0.15% 0.31% -
XYZ 6 5.82 8.02 -
YUV 69.16 132.99 130.02 -
System Red Green Blue C M Y K H S L
Decimal 72 66 78 0.08 0.15 0 0.69 270 0.08 0.28
Hex 48 42 4E 8 F 0 45 10E 8 1C
Octal 110 102 116 10 17 0 105 416 10 34
Binary 1001000 1000010 1001110 1000 1111 0 1000101 100001110 1000 11100

Color Harmonies of #48424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48424E

Black with #48424E

Text Example


Text Example

White with #48424E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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