#49407E

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

Shades of Dark Slate Blue #49407E

Tints of Dark Slate Blue #49407E

Color information

#49407E (or 0x49407E) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 40 and 7E. RGB value is (73,64,126). Sum of RGB (Red+Green+Blue) = 73+64+126=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 126 (49.61% from 255 or 47.91% from 263); Max value from RGB is 126 - color contains mainly: blue. Hex color #49407E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49407E is #B6BF81. Grayscale: #494949. Windows color (decimal): -11976578 or 8273993. OLE color: 8273993.

HSL color Cylindrical-coordinate representation of color #49407E: hue angle of 248.71º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49407E is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7364126-
CMYK0.420.4900.51
HSL248.71º32.63%37.25%-
HSV(B)248.71º49.21%49.41%-
XYZ8.356.5920.57-
YUV73.76157.48127.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.76%
GREEN value IS 64 (25.39% from 255) = 24.33%
BLUE value IS 126 (49.61% from 255) = 47.91%
R=27.76%
G=24.33%
B=47.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73641260.420.4900.51248.7132.6337.25
Hex49407E2A31033f92125
Octal11110017652610633714145
Binary100100110000001111110101010110001011001111111001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49407E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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