#483A87

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

Shades of Dark Slate Blue #483A87

Tints of Dark Slate Blue #483A87

Color information

#483A87 (or 0x483A87) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 3A and 87. RGB value is (72,58,135). Sum of RGB (Red+Green+Blue) = 72+58+135=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 135 (53.12% from 255 or 50.94% from 265); Max value from RGB is 135 - color contains mainly: blue. Hex color #483A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483A87 is #B7C578. Grayscale: #464646. Windows color (decimal): -12043641 or 8862280. OLE color: 8862280.

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

Color convert

RGB7258135-
CMYK0.470.5700.47
HSL250.91º39.9%37.84%-
HSV(B)250.91º57.04%52.94%-
XYZ8.566.1523.66-
YUV70.96164.14128.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.17%
GREEN value IS 58 (23.05% from 255) = 21.89%
BLUE value IS 135 (53.12% from 255) = 50.94%
R=27.17%
G=21.89%
B=50.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72581350.470.5700.47250.9139.937.84
Hex483A872F3902Ffb2826
Octal1107220757710573735046
Binary100100011101010000111101111111001010111111111011101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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