Html Css Color HEX #484350 Grape

📋 copy color: '#484350'

red 72 ◦ green 67 ◦ blue 80

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

Shades of Grape #484350

Tints of Grape #484350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 36.53%

R = 32.88%
G = 30.59%
B = 36.53%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#484350 (or 0x484350) is known color: Grape. HEX triplet: 48, 43 and 50. RGB value is (72,67,80). Sum of RGB (Red+Green+Blue) = 72+67+80=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 80 - color contains mainly: blue. Hex color #484350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484350 is #B7BCAF. Grayscale: #454545. Windows color (decimal): -12041392 or 5260104. OLE color: 5260104.

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

Color convert

RGB 72 67 80 -
CMYK 0.10 0.16 0 0.69
HSL 263.08º 0.09% 0.29% -
HSV(B) 263.08º 0.16% 0.31% -
XYZ 6.13 5.97 8.42 -
YUV 69.98 133.66 129.44 -
System Red Green Blue C M Y K H S L
Decimal 72 67 80 0.10 0.16 0 0.69 263.08 0.09 0.29
Hex 48 43 50 A 10 0 45 107 9 1D
Octal 110 103 120 12 20 0 105 407 11 35
Binary 1001000 1000011 1010000 1010 10000 0 1000101 100000111 1001 11101

Color Harmonies of #484350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484350

Black with #484350

Text Example


Text Example

White with #484350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484350; }

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

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

background-color css

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

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

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

border-color css

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

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

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