#48468D

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

Shades of Dark Slate Blue #48468D

Tints of Dark Slate Blue #48468D

Color information

#48468D (or 0x48468D) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 46 and 8D. RGB value is (72,70,141). Sum of RGB (Red+Green+Blue) = 72+70+141=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #48468D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48468D is #B7B972. Grayscale: #4E4E4E. Windows color (decimal): -12040563 or 9258568. OLE color: 9258568.

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

Color convert

RGB7270141-
CMYK0.490.5000.45
HSL241.69º33.65%41.37%-
HSV(B)241.69º50.35%55.29%-
XYZ9.677.6826.17-
YUV78.69163.16123.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.44%
GREEN value IS 70 (27.73% from 255) = 24.73%
BLUE value IS 141 (55.47% from 255) = 49.82%
R=25.44%
G=24.73%
B=49.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72701410.490.5000.45241.6933.6541.37
Hex48468D313202Df22229
Octal11010621561620553624251
Binary1001000100011010001101110001110010010110111110010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48468D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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