#49468B

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

Shades of Dark Slate Blue #49468B

Tints of Dark Slate Blue #49468B

Color information

#49468B (or 0x49468B) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 46 and 8B. RGB value is (73,70,139). Sum of RGB (Red+Green+Blue) = 73+70+139=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #49468B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49468B is #B6B974. Grayscale: #4E4E4E. Windows color (decimal): -11975029 or 9127497. OLE color: 9127497.

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

Color convert

RGB7370139-
CMYK0.470.5000.45
HSL242.61º33.01%40.98%-
HSV(B)242.61º49.64%54.51%-
XYZ9.67.6625.4-
YUV78.76161.99123.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.89%
GREEN value IS 70 (27.73% from 255) = 24.82%
BLUE value IS 139 (54.69% from 255) = 49.29%
R=25.89%
G=24.82%
B=49.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73701390.470.5000.45242.6133.0140.98
Hex49468B2F3202Df32129
Octal11110621357620553634151
Binary1001001100011010001011101111110010010110111110011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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