Html Css Color HEX #484059 Grape

📋 copy color: '#484059'

red 72 ◦ green 64 ◦ blue 89

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

Shades of Grape #484059

Tints of Grape #484059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 39.56%

R = 32%
G = 28.44%
B = 39.56%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#484059 (or 0x484059) is known color: Grape. HEX triplet: 48, 40 and 59. RGB value is (72,64,89). Sum of RGB (Red+Green+Blue) = 72+64+89=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 89 - color contains mainly: blue. Hex color #484059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484059 is #B7BFA6. Grayscale: #454545. Windows color (decimal): -12042151 or 5849160. OLE color: 5849160.

HSL color Cylindrical-coordinate representation of color #484059: hue angle of 259.2º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #484059 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 64 89 -
CMYK 0.19 0.28 0 0.65
HSL 259.2º 0.16% 0.3% -
HSV(B) 259.2º 0.28% 0.35% -
XYZ 6.31 5.77 10.23 -
YUV 69.24 139.15 129.97 -
System Red Green Blue C M Y K H S L
Decimal 72 64 89 0.19 0.28 0 0.65 259.2 0.16 0.3
Hex 48 40 59 13 1C 0 41 103 10 1E
Octal 110 100 131 23 34 0 101 403 20 36
Binary 1001000 1000000 1011001 10011 11100 0 1000001 100000011 10000 11110

Color Harmonies of #484059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484059

Black with #484059

Text Example


Text Example

White with #484059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484059; }

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

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

background-color css

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

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

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

border-color css

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

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

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