#46428B

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

Shades of Dark Slate Blue #46428B

Tints of Dark Slate Blue #46428B

Color information

#46428B (or 0x46428B) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 42 and 8B. RGB value is (70,66,139). Sum of RGB (Red+Green+Blue) = 70+66+139=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #46428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46428B is #B9BD74. Grayscale: #4B4B4B. Windows color (decimal): -12172661 or 9126470. OLE color: 9126470.

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

Color convert

RGB7066139-
CMYK0.500.5300.45
HSL243.29º35.61%40.2%-
HSV(B)243.29º52.52%54.51%-
XYZ9.137.0625.31-
YUV75.52163.83124.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.45%
GREEN value IS 66 (26.17% from 255) = 24%
BLUE value IS 139 (54.69% from 255) = 50.55%
R=25.45%
G=24%
B=50.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70661390.500.5300.45243.2935.6140.2
Hex46428B323502Df32428
Octal10610221362650553634450
Binary1000110100001010001011110010110101010110111110011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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