#46418B

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

Shades of Dark Slate Blue #46418B

Tints of Dark Slate Blue #46418B

Color information

#46418B (or 0x46418B) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 41 and 8B. RGB value is (70,65,139). Sum of RGB (Red+Green+Blue) = 70+65+139=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #46418B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46418B is #B9BE74. Grayscale: #4A4A4A. Windows color (decimal): -12172917 or 9126214. OLE color: 9126214.

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

Color convert

RGB7065139-
CMYK0.500.5300.45
HSL244.05º36.27%40%-
HSV(B)244.05º53.24%54.51%-
XYZ9.086.9525.29-
YUV74.93164.16124.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.55%
GREEN value IS 65 (25.78% from 255) = 23.72%
BLUE value IS 139 (54.69% from 255) = 50.73%
R=25.55%
G=23.72%
B=50.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70651390.500.5300.45244.0536.2740
Hex46418B323502Df42428
Octal10610121362650553644450
Binary1000110100000110001011110010110101010110111110100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46418B; }

 p { color: rgb(70,65,139); }

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

<style>
 a { background-color: #46418B; }

 a { background-color: rgb(70,65,139); }

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

<style>
 span { border-color: #46418B; }

 span { border-color: rgb(70,65,139); }

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