#48468B

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

Shades of Dark Slate Blue #48468B

Tints of Dark Slate Blue #48468B

Color information

#48468B (or 0x48468B) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 46 and 8B. RGB value is (72,70,139). Sum of RGB (Red+Green+Blue) = 72+70+139=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #48468B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48468B is #B7B974. Grayscale: #4E4E4E. Windows color (decimal): -12040565 or 9127496. OLE color: 9127496.

HSL color Cylindrical-coordinate representation of color #48468B: hue angle of 241.74º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48468B is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7270139-
CMYK0.480.5000.45
HSL241.74º33.01%40.98%-
HSV(B)241.74º49.64%54.51%-
XYZ9.527.6225.4-
YUV78.46162.16123.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.62%
GREEN value IS 70 (27.73% from 255) = 24.91%
BLUE value IS 139 (54.69% from 255) = 49.47%
R=25.62%
G=24.91%
B=49.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72701390.480.5000.45241.7433.0140.98
Hex48468B303202Df22129
Octal11010621360620553624151
Binary1001000100011010001011110000110010010110111110010100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48468B; }

 p { color: rgb(72,70,139); }

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

<style>
 a { background-color: #48468B; }

 a { background-color: rgb(72,70,139); }

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

<style>
 span { border-color: #48468B; }

 span { border-color: rgb(72,70,139); }

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