Html Css Color HEX #484050 Grape

📋 copy color: '#484050'

red 72 ◦ green 64 ◦ blue 80

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

Shades of Grape #484050

Tints of Grape #484050

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.63%

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

R = 33.33%
G = 29.63%
B = 37.04%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#484050 (or 0x484050) is known color: Grape. HEX triplet: 48, 40 and 50. RGB value is (72,64,80). Sum of RGB (Red+Green+Blue) = 72+64+80=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 80 - color contains mainly: blue. Hex color #484050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484050 is #B7BFAF. Grayscale: #444444. Windows color (decimal): -12042160 or 5259336. OLE color: 5259336.

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

Color convert

RGB 72 64 80 -
CMYK 0.10 0.20 0 0.69
HSL 270º 0.11% 0.28% -
HSV(B) 270º 0.2% 0.31% -
XYZ 5.95 5.62 8.36 -
YUV 68.22 134.65 130.7 -
System Red Green Blue C M Y K H S L
Decimal 72 64 80 0.10 0.20 0 0.69 270 0.11 0.28
Hex 48 40 50 A 14 0 45 10E B 1C
Octal 110 100 120 12 24 0 105 416 13 34
Binary 1001000 1000000 1010000 1010 10100 0 1000101 100001110 1011 11100

Color Harmonies of #484050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484050

Black with #484050

Text Example


Text Example

White with #484050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484050; }

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

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

background-color css

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

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

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

border-color css

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

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

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