#48468F

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

Shades of Dark Slate Blue #48468F

Tints of Dark Slate Blue #48468F

Color information

#48468F (or 0x48468F) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 46 and 8F. RGB value is (72,70,143). Sum of RGB (Red+Green+Blue) = 72+70+143=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 143 (56.25% from 255 or 50.18% from 285); Max value from RGB is 143 - color contains mainly: blue. Hex color #48468F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48468F is #B7B970. Grayscale: #4E4E4E. Windows color (decimal): -12040561 or 9389640. OLE color: 9389640.

HSL color Cylindrical-coordinate representation of color #48468F: hue angle of 241.64º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48468F is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7270143-
CMYK0.500.5100.44
HSL241.64º34.27%41.76%-
HSV(B)241.64º51.05%56.08%-
XYZ9.827.7426.96-
YUV78.92164.16123.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 70 (27.73% from 255) = 24.56%
BLUE value IS 143 (56.25% from 255) = 50.18%
R=25.26%
G=24.56%
B=50.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72701430.500.5100.44241.6434.2741.76
Hex48468F323302Cf2222a
Octal11010621762630543624252
Binary1001000100011010001111110010110011010110011110010100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48468F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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