#46398F

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

Shades of Dark Slate Blue #46398F

Tints of Dark Slate Blue #46398F

Color information

#46398F (or 0x46398F) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 39 and 8F. RGB value is (70,57,143). Sum of RGB (Red+Green+Blue) = 70+57+143=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 143 (56.25% from 255 or 52.96% from 270); Max value from RGB is 143 - color contains mainly: blue. Hex color #46398F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46398F is #B9C670. Grayscale: #464646. Windows color (decimal): -12174961 or 9386310. OLE color: 9386310.

HSL color Cylindrical-coordinate representation of color #46398F: hue angle of 249.07º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46398F is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7057143-
CMYK0.510.6000.44
HSL249.07º43%39.22%-
HSV(B)249.07º60.14%56.08%-
XYZ8.956.2126.71-
YUV70.69168.81127.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.93%
GREEN value IS 57 (22.66% from 255) = 21.11%
BLUE value IS 143 (56.25% from 255) = 52.96%
R=25.93%
G=21.11%
B=52.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70571430.510.6000.44249.074339.22
Hex46398F333C02Cf92b27
Octal1067121763740543715347
Binary100011011100110001111110011111100010110011111001101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46398F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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