#48397E

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

Shades of Dark Slate Blue #48397E

Tints of Dark Slate Blue #48397E

Color information

#48397E (or 0x48397E) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 39 and 7E. RGB value is (72,57,126). Sum of RGB (Red+Green+Blue) = 72+57+126=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 126 (49.61% from 255 or 49.41% from 255); Max value from RGB is 126 - color contains mainly: blue. Hex color #48397E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48397E is #B7C681. Grayscale: #454545. Windows color (decimal): -12043906 or 8272200. OLE color: 8272200.

HSL color Cylindrical-coordinate representation of color #48397E: hue angle of 253.04º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48397E is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7257126-
CMYK0.430.5500.51
HSL253.04º37.7%35.88%-
HSV(B)253.04º54.76%49.41%-
XYZ7.95.8120.44-
YUV69.35159.97129.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.24%
GREEN value IS 57 (22.66% from 255) = 22.35%
BLUE value IS 126 (49.61% from 255) = 49.41%
R=28.24%
G=22.35%
B=49.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72571260.430.5500.51253.0437.735.88
Hex48397E2B37033fd2624
Octal1107117653670633754644
Binary10010001110011111110101011110111011001111111101100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48397E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48397E; }

 p { color: rgb(72,57,126); }

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

<style>
 a { background-color: #48397E; }

 a { background-color: rgb(72,57,126); }

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

<style>
 span { border-color: #48397E; }

 span { border-color: rgb(72,57,126); }

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