Html Css Color HEX #484259 Grape

📋 copy color: '#484259'

red 72 ◦ green 66 ◦ blue 89

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

Shades of Grape #484259

Tints of Grape #484259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.07%

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

R = 31.72%
G = 29.07%
B = 39.21%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#484259 (or 0x484259) is known color: Grape. HEX triplet: 48, 42 and 59. RGB value is (72,66,89). Sum of RGB (Red+Green+Blue) = 72+66+89=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 89 - color contains mainly: blue. Hex color #484259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484259 is #B7BDA6. Grayscale: #464646. Windows color (decimal): -12041639 or 5849672. OLE color: 5849672.

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

Color convert

RGB 72 66 89 -
CMYK 0.19 0.26 0 0.65
HSL 255.65º 0.15% 0.3% -
HSV(B) 255.65º 0.26% 0.35% -
XYZ 6.42 6 10.27 -
YUV 70.42 138.49 129.13 -
System Red Green Blue C M Y K H S L
Decimal 72 66 89 0.19 0.26 0 0.65 255.65 0.15 0.3
Hex 48 42 59 13 1A 0 41 100 F 1E
Octal 110 102 131 23 32 0 101 400 17 36
Binary 1001000 1000010 1011001 10011 11010 0 1000001 100000000 1111 11110

Color Harmonies of #484259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484259

Black with #484259

Text Example


Text Example

White with #484259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484259; }

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

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

background-color css

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

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

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

border-color css

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

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

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