#483C58

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

Shades of Grape #483C58

Tints of Grape #483C58

Color information

#483C58 (or 0x483C58) is unknown color: approx Grape. HEX triplet: 48, 3C and 58. RGB value is (72,60,88). Sum of RGB (Red+Green+Blue) = 72+60+88=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 88 - color contains mainly: blue. Hex color #483C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483C58 is #B7C3A7. Grayscale: #424242. Windows color (decimal): -12043176 or 5782600. OLE color: 5782600.

HSL color Cylindrical-coordinate representation of color #483C58: hue angle of 265.71º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #483C58 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB726088-
CMYK0.180.3200.65
HSL265.71º18.92%29.02%-
HSV(B)265.71º31.82%34.51%-
XYZ6.055.319.94-
YUV66.78139.98131.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.73%
GREEN value IS 60 (23.83% from 255) = 27.27%
BLUE value IS 88 (34.77% from 255) = 40%
R=32.73%
G=27.27%
B=40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7260880.180.3200.65265.7118.9229.02
Hex483C58122004110a131d
Octal11074130224001014122335
Binary1001000111100101100010010100000010000011000010101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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