#483C8E

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

Shades of Dark Slate Blue #483C8E

Tints of Dark Slate Blue #483C8E

Color information

#483C8E (or 0x483C8E) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 3C and 8E. RGB value is (72,60,142). Sum of RGB (Red+Green+Blue) = 72+60+142=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #483C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483C8E is #B7C371. Grayscale: #484848. Windows color (decimal): -12043122 or 9321544. OLE color: 9321544.

HSL color Cylindrical-coordinate representation of color #483C8E: hue angle of 248.78º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #483C8E is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7260142-
CMYK0.490.5800.44
HSL248.78º40.59%39.61%-
HSV(B)248.78º57.75%55.69%-
XYZ9.176.5626.37-
YUV72.94166.98127.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.28%
GREEN value IS 60 (23.83% from 255) = 21.90%
BLUE value IS 142 (55.86% from 255) = 51.82%
R=26.28%
G=21.90%
B=51.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72601420.490.5800.44248.7840.5939.61
Hex483C8E313A02Cf92928
Octal1107421661720543715150
Binary100100011110010001110110001111010010110011111001101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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