#48448B

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

Shades of Dark Slate Blue #48448B

Tints of Dark Slate Blue #48448B

Color information

#48448B (or 0x48448B) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 44 and 8B. RGB value is (72,68,139). Sum of RGB (Red+Green+Blue) = 72+68+139=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #48448B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48448B is #B7BB74. Grayscale: #4D4D4D. Windows color (decimal): -12041077 or 9126984. OLE color: 9126984.

HSL color Cylindrical-coordinate representation of color #48448B: hue angle of 243.38º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48448B is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7268139-
CMYK0.480.5100.45
HSL243.38º34.3%40.59%-
HSV(B)243.38º51.08%54.51%-
XYZ9.47.3825.35-
YUV77.29162.83124.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 68 (26.95% from 255) = 24.37%
BLUE value IS 139 (54.69% from 255) = 49.82%
R=25.81%
G=24.37%
B=49.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72681390.480.5100.45243.3834.340.59
Hex48448B303302Df32229
Octal11010421360630553634251
Binary1001000100010010001011110000110011010110111110011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48448B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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