Html Css Color HEX #484158 Grape

📋 copy color: '#484158'

red 72 ◦ green 65 ◦ blue 88

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

Shades of Grape #484158

Tints of Grape #484158

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.89%

 BLUE value IS 88 (34.77% from 255) = 39.11%

R = 32%
G = 28.89%
B = 39.11%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#484158 (or 0x484158) is known color: Grape. HEX triplet: 48, 41 and 58. RGB value is (72,65,88). Sum of RGB (Red+Green+Blue) = 72+65+88=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 88 - color contains mainly: blue. Hex color #484158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484158 is #B7BEA7. Grayscale: #454545. Windows color (decimal): -12041896 or 5783880. OLE color: 5783880.

HSL color Cylindrical-coordinate representation of color #484158: hue angle of 258.26º 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 #484158 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 65 88 -
CMYK 0.18 0.26 0 0.65
HSL 258.26º 0.15% 0.3% -
HSV(B) 258.26º 0.26% 0.35% -
XYZ 6.32 5.86 10.03 -
YUV 69.72 138.32 129.63 -
System Red Green Blue C M Y K H S L
Decimal 72 65 88 0.18 0.26 0 0.65 258.26 0.15 0.3
Hex 48 41 58 12 1A 0 41 102 F 1E
Octal 110 101 130 22 32 0 101 402 17 36
Binary 1001000 1000001 1011000 10010 11010 0 1000001 100000010 1111 11110

Color Harmonies of #484158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484158

Black with #484158

Text Example


Text Example

White with #484158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484158; }

 p { color: rgb(72,65,88); }

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

background-color css

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

 a { background-color: rgb(72,65,88); }

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

border-color css

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

 span { border-color: rgb(72,65,88); }

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