#48458B

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

Shades of Dark Slate Blue #48458B

Tints of Dark Slate Blue #48458B

Color information

#48458B (or 0x48458B) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 45 and 8B. RGB value is (72,69,139). Sum of RGB (Red+Green+Blue) = 72+69+139=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #48458B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48458B is #B7BA74. Grayscale: #4D4D4D. Windows color (decimal): -12040821 or 9127240. OLE color: 9127240.

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

Color convert

RGB7269139-
CMYK0.480.5000.45
HSL242.57º33.65%40.78%-
HSV(B)242.57º50.36%54.51%-
XYZ9.467.525.37-
YUV77.88162.49123.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.71%
GREEN value IS 69 (27.34% from 255) = 24.64%
BLUE value IS 139 (54.69% from 255) = 49.64%
R=25.71%
G=24.64%
B=49.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72691390.480.5000.45242.5733.6540.78
Hex48458B303202Df32229
Octal11010521360620553634251
Binary1001000100010110001011110000110010010110111110011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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