Html Css Color HEX #484058 Grape

📋 copy color: '#484058'

red 72 ◦ green 64 ◦ blue 88

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

Shades of Grape #484058

Tints of Grape #484058

RGB

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

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

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

R = 32.14%
G = 28.57%
B = 39.29%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#484058 (or 0x484058) is known color: Grape. HEX triplet: 48, 40 and 58. RGB value is (72,64,88). Sum of RGB (Red+Green+Blue) = 72+64+88=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 88 - color contains mainly: blue. Hex color #484058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484058 is #B7BFA7. Grayscale: #454545. Windows color (decimal): -12042152 or 5783624. OLE color: 5783624.

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

Color convert

RGB 72 64 88 -
CMYK 0.18 0.27 0 0.65
HSL 260º 0.16% 0.3% -
HSV(B) 260º 0.27% 0.35% -
XYZ 6.27 5.75 10.01 -
YUV 69.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 72 64 88 0.18 0.27 0 0.65 260 0.16 0.3
Hex 48 40 58 12 1B 0 41 104 10 1E
Octal 110 100 130 22 33 0 101 404 20 36
Binary 1001000 1000000 1011000 10010 11011 0 1000001 100000100 10000 11110

Color Harmonies of #484058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484058

Black with #484058

Text Example


Text Example

White with #484058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484058; }

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

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

background-color css

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

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

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

border-color css

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

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

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