#46408D

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

Shades of Dark Slate Blue #46408D

Tints of Dark Slate Blue #46408D

Color information

#46408D (or 0x46408D) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 40 and 8D. RGB value is (70,64,141). Sum of RGB (Red+Green+Blue) = 70+64+141=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #46408D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46408D is #B9BF72. Grayscale: #4A4A4A. Windows color (decimal): -12173171 or 9257030. OLE color: 9257030.

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

Color convert

RGB7064141-
CMYK0.500.5500.45
HSL244.68º37.56%40.2%-
HSV(B)244.68º54.61%55.29%-
XYZ9.176.8926.05-
YUV74.57165.49124.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.45%
GREEN value IS 64 (25.39% from 255) = 23.27%
BLUE value IS 141 (55.47% from 255) = 51.27%
R=25.45%
G=23.27%
B=51.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70641410.500.5500.45244.6837.5640.2
Hex46408D323702Df52628
Octal10610021562670553654650
Binary1000110100000010001101110010110111010110111110101100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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