#48417D

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

Shades of Dark Slate Blue #48417D

Tints of Dark Slate Blue #48417D

Color information

#48417D (or 0x48417D) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 41 and 7D. RGB value is (72,65,125). Sum of RGB (Red+Green+Blue) = 72+65+125=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 125 - color contains mainly: blue. Hex color #48417D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48417D is #B7BE82. Grayscale: #494949. Windows color (decimal): -12041859 or 8208712. OLE color: 8208712.

HSL color Cylindrical-coordinate representation of color #48417D: hue angle of 247º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48417D is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7265125-
CMYK0.420.4800.51
HSL247º31.58%37.25%-
HSV(B)247º48%49.02%-
XYZ8.266.6420.25-
YUV73.93156.82126.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.48%
GREEN value IS 65 (25.78% from 255) = 24.81%
BLUE value IS 125 (49.22% from 255) = 47.71%
R=27.48%
G=24.81%
B=47.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72651250.420.4800.5124731.5837.25
Hex48417D2A30033f72025
Octal11010117552600633674045
Binary100100010000011111101101010110000011001111110111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48417D; }

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

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

<style>
 a { background-color: #48417D; }

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

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

<style>
 span { border-color: #48417D; }

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

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