#483C86

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

Shades of Dark Slate Blue #483C86

Tints of Dark Slate Blue #483C86

Color information

#483C86 (or 0x483C86) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 3C and 86. RGB value is (72,60,134). Sum of RGB (Red+Green+Blue) = 72+60+134=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 134 (52.73% from 255 or 50.38% from 266); Max value from RGB is 134 - color contains mainly: blue. Hex color #483C86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483C86 is #B7C379. Grayscale: #474747. Windows color (decimal): -12043130 or 8797256. OLE color: 8797256.

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

Color convert

RGB7260134-
CMYK0.460.5500.47
HSL249.73º38.14%38.04%-
HSV(B)249.73º55.22%52.55%-
XYZ8.596.3323.32-
YUV72.02162.98127.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.07%
GREEN value IS 60 (23.83% from 255) = 22.56%
BLUE value IS 134 (52.73% from 255) = 50.38%
R=27.07%
G=22.56%
B=50.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72601340.460.5500.47249.7338.1438.04
Hex483C862E3702Ffa2626
Octal1107420656670573724646
Binary100100011110010000110101110110111010111111111010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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