#48488D

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

Shades of Dark Slate Blue #48488D

Tints of Dark Slate Blue #48488D

Color information

#48488D (or 0x48488D) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 48 and 8D. RGB value is (72,72,141). Sum of RGB (Red+Green+Blue) = 72+72+141=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #48488D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48488D is #B7B772. Grayscale: #4F4F4F. Windows color (decimal): -12040051 or 9259080. OLE color: 9259080.

HSL color Cylindrical-coordinate representation of color #48488D: hue angle of 240º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48488D is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7272141-
CMYK0.490.4900.45
HSL240º32.39%41.76%-
HSV(B)240º48.94%55.29%-
XYZ9.87.9426.21-
YUV79.87162.5122.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 72 (28.52% from 255) = 25.26%
BLUE value IS 141 (55.47% from 255) = 49.47%
R=25.26%
G=25.26%
B=49.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72721410.490.4900.4524032.3941.76
Hex48488D313102Df0202a
Octal11011021561610553604052
Binary1001000100100010001101110001110001010110111110000100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48488D; }

 p { color: rgb(72,72,141); }

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

<style>
 a { background-color: #48488D; }

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

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

<style>
 span { border-color: #48488D; }

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

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