#48428B

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

Shades of Dark Slate Blue #48428B

Tints of Dark Slate Blue #48428B

Color information

#48428B (or 0x48428B) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 42 and 8B. RGB value is (72,66,139). Sum of RGB (Red+Green+Blue) = 72+66+139=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #48428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48428B is #B7BD74. Grayscale: #4B4B4B. Windows color (decimal): -12041589 or 9126472. OLE color: 9126472.

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

Color convert

RGB7266139-
CMYK0.480.5300.45
HSL244.93º35.61%40.2%-
HSV(B)244.93º52.52%54.51%-
XYZ9.287.1425.31-
YUV76.12163.49125.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.99%
GREEN value IS 66 (26.17% from 255) = 23.83%
BLUE value IS 139 (54.69% from 255) = 50.18%
R=25.99%
G=23.83%
B=50.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72661390.480.5300.45244.9335.6140.2
Hex48428B303502Df52428
Octal11010221360650553654450
Binary1001000100001010001011110000110101010110111110101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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