#46397F

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

Shades of Dark Slate Blue #46397F

Tints of Dark Slate Blue #46397F

Color information

#46397F (or 0x46397F) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 39 and 7F. RGB value is (70,57,127). Sum of RGB (Red+Green+Blue) = 70+57+127=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 127 (50% from 255 or 50% from 254); Max value from RGB is 127 - color contains mainly: blue. Hex color #46397F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46397F is #B9C680. Grayscale: #444444. Windows color (decimal): -12174977 or 8337734. OLE color: 8337734.

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

Color convert

RGB7057127-
CMYK0.450.5500.50
HSL251.14º38.04%36.08%-
HSV(B)251.14º55.12%49.8%-
XYZ7.825.7620.78-
YUV68.87160.81128.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.56%
GREEN value IS 57 (22.66% from 255) = 22.44%
BLUE value IS 127 (50% from 255) = 50%
R=27.56%
G=22.44%
B=50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70571270.450.5500.50251.1438.0436.08
Hex46397F2D37032fb2624
Octal1067117755670623734644
Binary10001101110011111111101101110111011001011111011100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46397F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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