#483E58

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

Shades of Grape #483E58

Tints of Grape #483E58

Color information

#483E58 (or 0x483E58) is unknown color: approx Grape. HEX triplet: 48, 3E and 58. RGB value is (72,62,88). Sum of RGB (Red+Green+Blue) = 72+62+88=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 88 - color contains mainly: blue. Hex color #483E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483E58 is #B7C1A7. Grayscale: #434343. Windows color (decimal): -12042664 or 5783112. OLE color: 5783112.

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

Color convert

RGB726288-
CMYK0.180.3000.65
HSL263.08º17.33%29.41%-
HSV(B)263.08º29.55%34.51%-
XYZ6.165.539.97-
YUV67.95139.31130.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.43%
GREEN value IS 62 (24.61% from 255) = 27.93%
BLUE value IS 88 (34.77% from 255) = 39.64%
R=32.43%
G=27.93%
B=39.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7262880.180.3000.65263.0817.3329.41
Hex483E58121E041107111d
Octal11076130223601014072135
Binary100100011111010110001001011110010000011000001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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