#48427D

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

Shades of Dark Slate Blue #48427D

Tints of Dark Slate Blue #48427D

Color information

#48427D (or 0x48427D) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 42 and 7D. RGB value is (72,66,125). Sum of RGB (Red+Green+Blue) = 72+66+125=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 125 - color contains mainly: blue. Hex color #48427D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48427D is #B7BD82. Grayscale: #4A4A4A. Windows color (decimal): -12041603 or 8208968. OLE color: 8208968.

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

Color convert

RGB7266125-
CMYK0.420.4700.51
HSL246.1º30.89%37.45%-
HSV(B)246.1º47.2%49.02%-
XYZ8.326.7520.27-
YUV74.52156.49126.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.38%
GREEN value IS 66 (26.17% from 255) = 25.10%
BLUE value IS 125 (49.22% from 255) = 47.53%
R=27.38%
G=25.10%
B=47.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72661250.420.4700.51246.130.8937.45
Hex48427D2A2F033f61f25
Octal11010217552570633663745
Binary10010001000010111110110101010111101100111111011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48427D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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