#48458E

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

Shades of Dark Slate Blue #48458E

Tints of Dark Slate Blue #48458E

Color information

#48458E (or 0x48458E) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 45 and 8E. RGB value is (72,69,142). Sum of RGB (Red+Green+Blue) = 72+69+142=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #48458E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48458E is #B7BA71. Grayscale: #4D4D4D. Windows color (decimal): -12040818 or 9323848. OLE color: 9323848.

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

Color convert

RGB7269142-
CMYK0.490.5100.44
HSL242.47º34.6%41.37%-
HSV(B)242.47º51.41%55.69%-
XYZ9.687.5926.55-
YUV78.22163.99123.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.44%
GREEN value IS 69 (27.34% from 255) = 24.38%
BLUE value IS 142 (55.86% from 255) = 50.18%
R=25.44%
G=24.38%
B=50.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72691420.490.5100.44242.4734.641.37
Hex48458E313302Cf22329
Octal11010521661630543624351
Binary1001000100010110001110110001110011010110011110010100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48458E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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