#48428C

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

Shades of Dark Slate Blue #48428C

Tints of Dark Slate Blue #48428C

Color information

#48428C (or 0x48428C) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 42 and 8C. RGB value is (72,66,140). Sum of RGB (Red+Green+Blue) = 72+66+140=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #48428C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48428C is #B7BD73. Grayscale: #4B4B4B. Windows color (decimal): -12041588 or 9192008. OLE color: 9192008.

HSL color Cylindrical-coordinate representation of color #48428C: hue angle of 244.86º 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 #48428C is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7266140-
CMYK0.490.5300.45
HSL244.86º35.92%40.39%-
HSV(B)244.86º52.86%54.9%-
XYZ9.357.1725.7-
YUV76.23163.99124.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.90%
GREEN value IS 66 (26.17% from 255) = 23.74%
BLUE value IS 140 (55.08% from 255) = 50.36%
R=25.90%
G=23.74%
B=50.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72661400.490.5300.45244.8635.9240.39
Hex48428C313502Df52428
Octal11010221461650553654450
Binary1001000100001010001100110001110101010110111110101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48428C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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