Html Css Color HEX #48424F Grape

📋 copy color: '#48424F'

red 72 ◦ green 66 ◦ blue 79

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

Shades of Grape #48424F

Tints of Grape #48424F

RGB

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

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

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

R = 33.18%
G = 30.41%
B = 36.41%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48424F (or 0x48424F) is known color: Grape. HEX triplet: 48, 42 and 4F. RGB value is (72,66,79). Sum of RGB (Red+Green+Blue) = 72+66+79=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 79 - color contains mainly: blue. Hex color #48424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48424F is #B7BDB0. Grayscale: #454545. Windows color (decimal): -12041649 or 5194312. OLE color: 5194312.

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

Color convert

RGB 72 66 79 -
CMYK 0.09 0.16 0 0.69
HSL 267.69º 0.09% 0.28% -
HSV(B) 267.69º 0.16% 0.31% -
XYZ 6.03 5.84 8.21 -
YUV 69.28 133.49 129.94 -
System Red Green Blue C M Y K H S L
Decimal 72 66 79 0.09 0.16 0 0.69 267.69 0.09 0.28
Hex 48 42 4F 9 10 0 45 10C 9 1C
Octal 110 102 117 11 20 0 105 414 11 34
Binary 1001000 1000010 1001111 1001 10000 0 1000101 100001100 1001 11100

Color Harmonies of #48424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48424F

Black with #48424F

Text Example


Text Example

White with #48424F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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