#46408C

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

Shades of Dark Slate Blue #46408C

Tints of Dark Slate Blue #46408C

Color information

#46408C (or 0x46408C) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 40 and 8C. RGB value is (70,64,140). Sum of RGB (Red+Green+Blue) = 70+64+140=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #46408C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46408C is #B9BF73. Grayscale: #4A4A4A. Windows color (decimal): -12173172 or 9191494. OLE color: 9191494.

HSL color Cylindrical-coordinate representation of color #46408C: hue angle of 244.74º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #46408C is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7064140-
CMYK0.500.5400.45
HSL244.74º37.25%40%-
HSV(B)244.74º54.29%54.9%-
XYZ9.096.8625.66-
YUV74.46164.99124.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.55%
GREEN value IS 64 (25.39% from 255) = 23.36%
BLUE value IS 140 (55.08% from 255) = 51.09%
R=25.55%
G=23.36%
B=51.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70641400.500.5400.45244.7437.2540
Hex46408C323602Df52528
Octal10610021462660553654550
Binary1000110100000010001100110010110110010110111110101100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46408C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46408C; }

 p { color: rgb(70,64,140); }

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

<style>
 a { background-color: #46408C; }

 a { background-color: rgb(70,64,140); }

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

<style>
 span { border-color: #46408C; }

 span { border-color: rgb(70,64,140); }

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