#46398A

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

Shades of Dark Slate Blue #46398A

Tints of Dark Slate Blue #46398A

Color information

#46398A (or 0x46398A) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 39 and 8A. RGB value is (70,57,138). Sum of RGB (Red+Green+Blue) = 70+57+138=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 138 (54.30% from 255 or 52.08% from 265); Max value from RGB is 138 - color contains mainly: blue. Hex color #46398A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46398A is #B9C675. Grayscale: #454545. Windows color (decimal): -12174966 or 9058630. OLE color: 9058630.

HSL color Cylindrical-coordinate representation of color #46398A: hue angle of 249.63º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46398A is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7057138-
CMYK0.490.5900.46
HSL249.63º41.54%38.24%-
HSV(B)249.63º58.7%54.12%-
XYZ8.586.0624.76-
YUV70.12166.31127.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.42%
GREEN value IS 57 (22.66% from 255) = 21.51%
BLUE value IS 138 (54.30% from 255) = 52.08%
R=26.42%
G=21.51%
B=52.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70571380.490.5900.46249.6341.5438.24
Hex46398A313B02Efa2a26
Octal1067121261730563725246
Binary100011011100110001010110001111011010111011111010101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46398A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46398A; }

 p { color: rgb(70,57,138); }

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

<style>
 a { background-color: #46398A; }

 a { background-color: rgb(70,57,138); }

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

<style>
 span { border-color: #46398A; }

 span { border-color: rgb(70,57,138); }

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