#46408F

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

Shades of Dark Slate Blue #46408F

Tints of Dark Slate Blue #46408F

Color information

#46408F (or 0x46408F) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 40 and 8F. RGB value is (70,64,143). Sum of RGB (Red+Green+Blue) = 70+64+143=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 143 (56.25% from 255 or 51.62% from 277); Max value from RGB is 143 - color contains mainly: blue. Hex color #46408F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46408F is #B9BF70. Grayscale: #4A4A4A. Windows color (decimal): -12173169 or 9388102. OLE color: 9388102.

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

Color convert

RGB7064143-
CMYK0.510.5500.44
HSL244.56º38.16%40.59%-
HSV(B)244.56º55.24%56.08%-
XYZ9.326.9526.84-
YUV74.8166.49124.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.27%
GREEN value IS 64 (25.39% from 255) = 23.10%
BLUE value IS 143 (56.25% from 255) = 51.62%
R=25.27%
G=23.10%
B=51.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70641430.510.5500.44244.5638.1640.59
Hex46408F333702Cf52629
Octal10610021763670543654651
Binary1000110100000010001111110011110111010110011110101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46408F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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