#48417F

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

Shades of Dark Slate Blue #48417F

Tints of Dark Slate Blue #48417F

Color information

#48417F (or 0x48417F) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 41 and 7F. RGB value is (72,65,127). Sum of RGB (Red+Green+Blue) = 72+65+127=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #48417F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48417F is #B7BE80. Grayscale: #494949. Windows color (decimal): -12041857 or 8339784. OLE color: 8339784.

HSL color Cylindrical-coordinate representation of color #48417F: hue angle of 246.77º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48417F is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7265127-
CMYK0.430.4900.50
HSL246.77º32.29%37.65%-
HSV(B)246.77º48.82%49.8%-
XYZ8.396.6920.93-
YUV74.16157.82126.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.27%
GREEN value IS 65 (25.78% from 255) = 24.62%
BLUE value IS 127 (50% from 255) = 48.11%
R=27.27%
G=24.62%
B=48.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72651270.430.4900.50246.7732.2937.65
Hex48417F2B31032f72026
Octal11010117753610623674046
Binary100100010000011111111101011110001011001011110111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48417F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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