#48408D

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

Shades of Dark Slate Blue #48408D

Tints of Dark Slate Blue #48408D

Color information

#48408D (or 0x48408D) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 40 and 8D. RGB value is (72,64,141). Sum of RGB (Red+Green+Blue) = 72+64+141=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #48408D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48408D is #B7BF72. Grayscale: #4A4A4A. Windows color (decimal): -12042099 or 9257032. OLE color: 9257032.

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

Color convert

RGB7264141-
CMYK0.490.5500.45
HSL246.23º37.56%40.2%-
HSV(B)246.23º54.61%55.29%-
XYZ9.316.9726.05-
YUV75.17165.15125.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.99%
GREEN value IS 64 (25.39% from 255) = 23.10%
BLUE value IS 141 (55.47% from 255) = 50.90%
R=25.99%
G=23.10%
B=50.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72641410.490.5500.45246.2337.5640.2
Hex48408D313702Df62628
Octal11010021561670553664650
Binary1001000100000010001101110001110111010110111110110100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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