#48417C

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

Shades of Dark Slate Blue #48417C

Tints of Dark Slate Blue #48417C

Color information

#48417C (or 0x48417C) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 41 and 7C. RGB value is (72,65,124). Sum of RGB (Red+Green+Blue) = 72+65+124=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #48417C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48417C is #B7BE83. Grayscale: #494949. Windows color (decimal): -12041860 or 8143176. OLE color: 8143176.

HSL color Cylindrical-coordinate representation of color #48417C: hue angle of 247.12º degrees, saturation: 0.31, 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 #48417C is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7265124-
CMYK0.420.4800.51
HSL247.12º31.22%37.06%-
HSV(B)247.12º47.58%48.63%-
XYZ8.26.6119.91-
YUV73.82156.32126.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.59%
GREEN value IS 65 (25.78% from 255) = 24.90%
BLUE value IS 124 (48.83% from 255) = 47.51%
R=27.59%
G=24.90%
B=47.51%

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
Decimal72651240.420.4800.51247.1231.2237.06
Hex48417C2A30033f71f25
Octal11010117452600633673745
Binary10010001000001111110010101011000001100111111011111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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