#46448C

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

Shades of Dark Slate Blue #46448C

Tints of Dark Slate Blue #46448C

Color information

#46448C (or 0x46448C) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 44 and 8C. RGB value is (70,68,140). Sum of RGB (Red+Green+Blue) = 70+68+140=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #46448C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46448C is #B9BB73. Grayscale: #4C4C4C. Windows color (decimal): -12172148 or 9192518. OLE color: 9192518.

HSL color Cylindrical-coordinate representation of color #46448C: hue angle of 241.67º degrees, saturation: 0.35, 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 #46448C is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7068140-
CMYK0.500.5100.45
HSL241.67º34.62%40.78%-
HSV(B)241.67º51.43%54.9%-
XYZ9.337.3325.73-
YUV76.81163.66123.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.18%
GREEN value IS 68 (26.95% from 255) = 24.46%
BLUE value IS 140 (55.08% from 255) = 50.36%
R=25.18%
G=24.46%
B=50.36%

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
Decimal70681400.500.5100.45241.6734.6240.78
Hex46448C323302Df22329
Octal10610421462630553624351
Binary1000110100010010001100110010110011010110111110010100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46448C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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