Html Css Color HEX #48434F Grape

📋 copy color: '#48434F'

red 72 ◦ green 67 ◦ blue 79

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

Shades of Grape #48434F

Tints of Grape #48434F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.73%

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

R = 33.03%
G = 30.73%
B = 36.24%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48434F (or 0x48434F) is known color: Grape. HEX triplet: 48, 43 and 4F. RGB value is (72,67,79). Sum of RGB (Red+Green+Blue) = 72+67+79=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 79 - color contains mainly: blue. Hex color #48434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48434F is #B7BCB0. Grayscale: #454545. Windows color (decimal): -12041393 or 5194568. OLE color: 5194568.

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

Color convert

RGB 72 67 79 -
CMYK 0.09 0.15 0 0.69
HSL 265º 0.08% 0.29% -
HSV(B) 265º 0.15% 0.31% -
XYZ 6.09 5.96 8.23 -
YUV 69.86 133.16 129.52 -
System Red Green Blue C M Y K H S L
Decimal 72 67 79 0.09 0.15 0 0.69 265 0.08 0.29
Hex 48 43 4F 9 F 0 45 109 8 1D
Octal 110 103 117 11 17 0 105 411 10 35
Binary 1001000 1000011 1001111 1001 1111 0 1000101 100001001 1000 11101

Color Harmonies of #48434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48434F

Black with #48434F

Text Example


Text Example

White with #48434F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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