#48448E

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

Shades of Dark Slate Blue #48448E

Tints of Dark Slate Blue #48448E

Color information

#48448E (or 0x48448E) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 44 and 8E. RGB value is (72,68,142). Sum of RGB (Red+Green+Blue) = 72+68+142=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 142 (55.86% from 255 or 50.35% from 282); Max value from RGB is 142 - color contains mainly: blue. Hex color #48448E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48448E is #B7BB71. Grayscale: #4D4D4D. Windows color (decimal): -12041074 or 9323592. OLE color: 9323592.

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

Color convert

RGB7268142-
CMYK0.490.5200.44
HSL243.24º35.24%41.18%-
HSV(B)243.24º52.11%55.69%-
XYZ9.627.4626.52-
YUV77.63164.33123.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.53%
GREEN value IS 68 (26.95% from 255) = 24.11%
BLUE value IS 142 (55.86% from 255) = 50.35%
R=25.53%
G=24.11%
B=50.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72681420.490.5200.44243.2435.2441.18
Hex48448E313402Cf32329
Octal11010421661640543634351
Binary1001000100010010001110110001110100010110011110011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48448E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48448E; }

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

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

<style>
 a { background-color: #48448E; }

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

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

<style>
 span { border-color: #48448E; }

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

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