#49397E

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

Shades of Dark Slate Blue #49397E

Tints of Dark Slate Blue #49397E

Color information

#49397E (or 0x49397E) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 39 and 7E. RGB value is (73,57,126). Sum of RGB (Red+Green+Blue) = 73+57+126=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 126 (49.61% from 255 or 49.22% from 256); Max value from RGB is 126 - color contains mainly: blue. Hex color #49397E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49397E is #B6C681. Grayscale: #454545. Windows color (decimal): -11978370 or 8272201. OLE color: 8272201.

HSL color Cylindrical-coordinate representation of color #49397E: hue angle of 253.91º 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 #49397E is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7357126-
CMYK0.420.5500.51
HSL253.91º37.7%35.88%-
HSV(B)253.91º54.76%49.41%-
XYZ7.985.8520.45-
YUV69.65159.8130.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.52%
GREEN value IS 57 (22.66% from 255) = 22.27%
BLUE value IS 126 (49.61% from 255) = 49.22%
R=28.52%
G=22.27%
B=49.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73571260.420.5500.51253.9137.735.88
Hex49397E2A37033fe2624
Octal1117117652670633764644
Binary10010011110011111110101010110111011001111111110100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49397E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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