#48498B

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

Shades of Dark Slate Blue #48498B

Tints of Dark Slate Blue #48498B

Color information

#48498B (or 0x48498B) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 49 and 8B. RGB value is (72,73,139). Sum of RGB (Red+Green+Blue) = 72+73+139=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #48498B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48498B is #B7B674. Grayscale: #4F4F4F. Windows color (decimal): -12039797 or 9128264. OLE color: 9128264.

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

Color convert

RGB7273139-
CMYK0.480.4700.45
HSL239.1º31.75%41.37%-
HSV(B)239.1º48.2%54.51%-
XYZ9.728.0125.46-
YUV80.22161.17122.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.35%
GREEN value IS 73 (28.91% from 255) = 25.70%
BLUE value IS 139 (54.69% from 255) = 48.94%
R=25.35%
G=25.70%
B=48.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72731390.480.4700.45239.131.7541.37
Hex48498B302F02Def2029
Octal11011121360570553574051
Binary1001000100100110001011110000101111010110111101111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48498B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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