#48478C

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

Shades of Dark Slate Blue #48478C

Tints of Dark Slate Blue #48478C

Color information

#48478C (or 0x48478C) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 47 and 8C. RGB value is (72,71,140). Sum of RGB (Red+Green+Blue) = 72+71+140=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #48478C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48478C is #B7B873. Grayscale: #4E4E4E. Windows color (decimal): -12040308 or 9193288. OLE color: 9193288.

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

Color convert

RGB7271140-
CMYK0.490.4900.45
HSL240.87º32.7%41.37%-
HSV(B)240.87º49.29%54.9%-
XYZ9.667.7825.8-
YUV79.16162.33122.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.44%
GREEN value IS 71 (28.12% from 255) = 25.09%
BLUE value IS 140 (55.08% from 255) = 49.47%
R=25.44%
G=25.09%
B=49.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72711400.490.4900.45240.8732.741.37
Hex48478C313102Df12129
Octal11010721461610553614151
Binary1001000100011110001100110001110001010110111110001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48478C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48478C; }

 p { color: rgb(72,71,140); }

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

<style>
 a { background-color: #48478C; }

 a { background-color: rgb(72,71,140); }

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

<style>
 span { border-color: #48478C; }

 span { border-color: rgb(72,71,140); }

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