#49468F

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

Shades of Dark Slate Blue #49468F

Tints of Dark Slate Blue #49468F

Color information

#49468F (or 0x49468F) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 46 and 8F. RGB value is (73,70,143). Sum of RGB (Red+Green+Blue) = 73+70+143=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 143 (56.25% from 255 or 50% from 286); Max value from RGB is 143 - color contains mainly: blue. Hex color #49468F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49468F is #B6B970. Grayscale: #4E4E4E. Windows color (decimal): -11975025 or 9389641. OLE color: 9389641.

HSL color Cylindrical-coordinate representation of color #49468F: hue angle of 242.47º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49468F is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7370143-
CMYK0.490.5100.44
HSL242.47º34.27%41.76%-
HSV(B)242.47º51.05%56.08%-
XYZ9.97.7826.97-
YUV79.22163.99123.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.52%
GREEN value IS 70 (27.73% from 255) = 24.48%
BLUE value IS 143 (56.25% from 255) = 50%
R=25.52%
G=24.48%
B=50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73701430.490.5100.44242.4734.2741.76
Hex49468F313302Cf2222a
Octal11110621761630543624252
Binary1001001100011010001111110001110011010110011110010100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49468F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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