Html Css Color HEX #48414F Grape

📋 copy color: '#48414F'

red 72 ◦ green 65 ◦ blue 79

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

Shades of Grape #48414F

Tints of Grape #48414F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.09%

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

R = 33.33%
G = 30.09%
B = 36.57%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48414F (or 0x48414F) is known color: Grape. HEX triplet: 48, 41 and 4F. RGB value is (72,65,79). Sum of RGB (Red+Green+Blue) = 72+65+79=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 79 - color contains mainly: blue. Hex color #48414F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48414F is #B7BEB0. Grayscale: #444444. Windows color (decimal): -12041905 or 5194056. OLE color: 5194056.

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

Color convert

RGB 72 65 79 -
CMYK 0.09 0.18 0 0.69
HSL 270º 0.1% 0.28% -
HSV(B) 270º 0.18% 0.31% -
XYZ 5.97 5.72 8.19 -
YUV 68.69 133.82 130.36 -
System Red Green Blue C M Y K H S L
Decimal 72 65 79 0.09 0.18 0 0.69 270 0.1 0.28
Hex 48 41 4F 9 12 0 45 10E A 1C
Octal 110 101 117 11 22 0 105 416 12 34
Binary 1001000 1000001 1001111 1001 10010 0 1000101 100001110 1010 11100

Color Harmonies of #48414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48414F

Black with #48414F

Text Example


Text Example

White with #48414F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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