#46448D

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

Shades of Dark Slate Blue #46448D

Tints of Dark Slate Blue #46448D

Color information

#46448D (or 0x46448D) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 44 and 8D. RGB value is (70,68,141). Sum of RGB (Red+Green+Blue) = 70+68+141=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #46448D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46448D is #B9BB72. Grayscale: #4C4C4C. Windows color (decimal): -12172147 or 9258054. OLE color: 9258054.

HSL color Cylindrical-coordinate representation of color #46448D: hue angle of 241.64º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #46448D is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7068141-
CMYK0.500.5200.45
HSL241.64º34.93%40.98%-
HSV(B)241.64º51.77%55.29%-
XYZ9.47.3626.12-
YUV76.92164.16123.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.09%
GREEN value IS 68 (26.95% from 255) = 24.37%
BLUE value IS 141 (55.47% from 255) = 50.54%
R=25.09%
G=24.37%
B=50.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70681410.500.5200.45241.6434.9340.98
Hex46448D323402Df22329
Octal10610421562640553624351
Binary1000110100010010001101110010110100010110111110010100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46448D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46448D; }

 p { color: rgb(70,68,141); }

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

<style>
 a { background-color: #46448D; }

 a { background-color: rgb(70,68,141); }

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

<style>
 span { border-color: #46448D; }

 span { border-color: rgb(70,68,141); }

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