#48418A

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

Shades of Dark Slate Blue #48418A

Tints of Dark Slate Blue #48418A

Color information

#48418A (or 0x48418A) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 41 and 8A. RGB value is (72,65,138). Sum of RGB (Red+Green+Blue) = 72+65+138=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #48418A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48418A is #B7BE75. Grayscale: #4B4B4B. Windows color (decimal): -12041846 or 9060680. OLE color: 9060680.

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

Color convert

RGB7265138-
CMYK0.480.5300.46
HSL245.75º35.96%39.8%-
HSV(B)245.75º52.9%54.12%-
XYZ9.156.9924.91-
YUV75.42163.32125.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.18%
GREEN value IS 65 (25.78% from 255) = 23.64%
BLUE value IS 138 (54.30% from 255) = 50.18%
R=26.18%
G=23.64%
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.46
SystemRedGreenBlueCMYKHSL
Decimal72651380.480.5300.46245.7535.9639.8
Hex48418A303502Ef62428
Octal11010121260650563664450
Binary1001000100000110001010110000110101010111011110110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48418A; }

 p { color: rgb(72,65,138); }

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

<style>
 a { background-color: #48418A; }

 a { background-color: rgb(72,65,138); }

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

<style>
 span { border-color: #48418A; }

 span { border-color: rgb(72,65,138); }

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