#46448B

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

Shades of Dark Slate Blue #46448B

Tints of Dark Slate Blue #46448B

Color information

#46448B (or 0x46448B) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 44 and 8B. RGB value is (70,68,139). Sum of RGB (Red+Green+Blue) = 70+68+139=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #46448B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46448B is #B9BB74. Grayscale: #4C4C4C. Windows color (decimal): -12172149 or 9126982. OLE color: 9126982.

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

Color convert

RGB7068139-
CMYK0.500.5100.45
HSL241.69º34.3%40.59%-
HSV(B)241.69º51.08%54.51%-
XYZ9.257.325.35-
YUV76.69163.16123.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.27%
GREEN value IS 68 (26.95% from 255) = 24.55%
BLUE value IS 139 (54.69% from 255) = 50.18%
R=25.27%
G=24.55%
B=50.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70681390.500.5100.45241.6934.340.59
Hex46448B323302Df22229
Octal10610421362630553624251
Binary1000110100010010001011110010110011010110111110010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46448B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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