#46488B

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

Shades of Dark Slate Blue #46488B

Tints of Dark Slate Blue #46488B

Color information

#46488B (or 0x46488B) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 48 and 8B. RGB value is (70,72,139). Sum of RGB (Red+Green+Blue) = 70+72+139=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #46488B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46488B is #B9B774. Grayscale: #4E4E4E. Windows color (decimal): -12171125 or 9128006. OLE color: 9128006.

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

Color convert

RGB7072139-
CMYK0.500.4800.45
HSL238.26º33.01%40.98%-
HSV(B)238.26º49.64%54.51%-
XYZ9.57.825.43-
YUV79.04161.84121.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.91%
GREEN value IS 72 (28.52% from 255) = 25.62%
BLUE value IS 139 (54.69% from 255) = 49.47%
R=24.91%
G=25.62%
B=49.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70721390.500.4800.45238.2633.0140.98
Hex46488B323002Dee2129
Octal10611021362600553564151
Binary1000110100100010001011110010110000010110111101110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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