#46407F

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

Shades of Dark Slate Blue #46407F

Tints of Dark Slate Blue #46407F

Color information

#46407F (or 0x46407F) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 40 and 7F. RGB value is (70,64,127). Sum of RGB (Red+Green+Blue) = 70+64+127=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 127 - color contains mainly: blue. Hex color #46407F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46407F is #B9BF80. Grayscale: #484848. Windows color (decimal): -12173185 or 8339526. OLE color: 8339526.

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

Color convert

RGB7064127-
CMYK0.450.5000.50
HSL245.71º32.98%37.45%-
HSV(B)245.71º49.61%49.8%-
XYZ8.196.520.9-
YUV72.98158.49125.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.82%
GREEN value IS 64 (25.39% from 255) = 24.52%
BLUE value IS 127 (50% from 255) = 48.66%
R=26.82%
G=24.52%
B=48.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70641270.450.5000.50245.7132.9837.45
Hex46407F2D32032f62125
Octal10610017755620623664145
Binary100011010000001111111101101110010011001011110110100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46407F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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