#483E87

Color #483E87 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #483E87

Tints of Dark Slate Blue #483E87

Color information

#483E87 (or 0x483E87) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 3E and 87. RGB value is (72,62,135). Sum of RGB (Red+Green+Blue) = 72+62+135=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 135 (53.12% from 255 or 50.19% from 269); Max value from RGB is 135 - color contains mainly: blue. Hex color #483E87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483E87 is #B7C178. Grayscale: #494949. Windows color (decimal): -12042617 or 8863304. OLE color: 8863304.

HSL color Cylindrical-coordinate representation of color #483E87: hue angle of 248.22º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #483E87 is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7262135-
CMYK0.470.5400.47
HSL248.22º37.06%38.63%-
HSV(B)248.22º54.07%52.94%-
XYZ8.776.5723.73-
YUV73.31162.81127.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.77%
GREEN value IS 62 (24.61% from 255) = 23.05%
BLUE value IS 135 (53.12% from 255) = 50.19%
R=26.77%
G=23.05%
B=50.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72621350.470.5400.47248.2237.0638.63
Hex483E872F3602Ff82527
Octal1107620757660573704547
Binary100100011111010000111101111110110010111111111000100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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