#46397B

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

Shades of Dark Slate Blue #46397B

Tints of Dark Slate Blue #46397B

Color information

#46397B (or 0x46397B) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 39 and 7B. RGB value is (70,57,123). Sum of RGB (Red+Green+Blue) = 70+57+123=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 123 (48.44% from 255 or 49.2% from 250); Max value from RGB is 123 - color contains mainly: blue. Hex color #46397B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46397B is #B9C684. Grayscale: #444444. Windows color (decimal): -12174981 or 8075590. OLE color: 8075590.

HSL color Cylindrical-coordinate representation of color #46397B: hue angle of 251.82º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #46397B is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7057123-
CMYK0.430.5400.52
HSL251.82º36.67%35.29%-
HSV(B)251.82º53.66%48.24%-
XYZ7.565.6619.43-
YUV68.41158.81129.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28%
GREEN value IS 57 (22.66% from 255) = 22.8%
BLUE value IS 123 (48.44% from 255) = 49.2%
R=28%
G=22.8%
B=49.2%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70571230.430.5400.52251.8236.6735.29
Hex46397B2B36034fc2523
Octal1067117353660643744543
Binary10001101110011111011101011110110011010011111100100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46397B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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