#46407E

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

Shades of Dark Slate Blue #46407E

Tints of Dark Slate Blue #46407E

Color information

#46407E (or 0x46407E) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 40 and 7E. RGB value is (70,64,126). Sum of RGB (Red+Green+Blue) = 70+64+126=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 126 (49.61% from 255 or 48.46% from 260); Max value from RGB is 126 - color contains mainly: blue. Hex color #46407E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46407E is #B9BF81. Grayscale: #484848. Windows color (decimal): -12173186 or 8273990. OLE color: 8273990.

HSL color Cylindrical-coordinate representation of color #46407E: hue angle of 245.81º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46407E is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7064126-
CMYK0.440.4900.51
HSL245.81º32.63%37.25%-
HSV(B)245.81º49.21%49.41%-
XYZ8.136.4820.56-
YUV72.86157.99125.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.92%
GREEN value IS 64 (25.39% from 255) = 24.62%
BLUE value IS 126 (49.61% from 255) = 48.46%
R=26.92%
G=24.62%
B=48.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70641260.440.4900.51245.8132.6337.25
Hex46407E2C31033f62125
Octal10610017654610633664145
Binary100011010000001111110101100110001011001111110110100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46407E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46407E; }

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

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

<style>
 a { background-color: #46407E; }

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

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

<style>
 span { border-color: #46407E; }

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

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