#48427F

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

Shades of Dark Slate Blue #48427F

Tints of Dark Slate Blue #48427F

Color information

#48427F (or 0x48427F) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 42 and 7F. RGB value is (72,66,127). Sum of RGB (Red+Green+Blue) = 72+66+127=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 127 - color contains mainly: blue. Hex color #48427F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48427F is #B7BD80. Grayscale: #4A4A4A. Windows color (decimal): -12041601 or 8340040. OLE color: 8340040.

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

Color convert

RGB7266127-
CMYK0.430.4800.50
HSL245.9º31.61%37.84%-
HSV(B)245.9º48.03%49.8%-
XYZ8.456.8120.95-
YUV74.75157.49126.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.17%
GREEN value IS 66 (26.17% from 255) = 24.91%
BLUE value IS 127 (50% from 255) = 47.92%
R=27.17%
G=24.91%
B=47.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72661270.430.4800.50245.931.6137.84
Hex48427F2B30032f62026
Octal11010217753600623664046
Binary100100010000101111111101011110000011001011110110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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