#483F58

Color #483F58 Grape (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grape #483F58

Tints of Grape #483F58

Color information

#483F58 (or 0x483F58) is unknown color: approx Grape. HEX triplet: 48, 3F and 58. RGB value is (72,63,88). Sum of RGB (Red+Green+Blue) = 72+63+88=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 88 - color contains mainly: blue. Hex color #483F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483F58 is #B7C0A7. Grayscale: #444444. Windows color (decimal): -12042408 or 5783368. OLE color: 5783368.

HSL color Cylindrical-coordinate representation of color #483F58: hue angle of 261.6º degrees, saturation: 0.17, 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 #483F58 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB726388-
CMYK0.180.2800.65
HSL261.6º16.56%29.61%-
HSV(B)261.6º28.41%34.51%-
XYZ6.215.649.99-
YUV68.54138.98130.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 63 (25% from 255) = 28.25%
BLUE value IS 88 (34.77% from 255) = 39.46%
R=32.29%
G=28.25%
B=39.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7263880.180.2800.65261.616.5629.61
Hex483F58121C041106111e
Octal11077130223401014062136
Binary100100011111110110001001011100010000011000001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483F58; }

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

 H1.HeaderClassName
 {
   color: #483F58;
 }
 .AnyTagClassName
 {
   color: #483F58;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #483F58;
 }
 .BgClassName
 {
   background-color: #483F58;
 }
</style>
border-color css

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

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

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