#46439B

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

Shades of Dark Slate Blue #46439B

Tints of Dark Slate Blue #46439B

Color information

#46439B (or 0x46439B) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 43 and 9B. RGB value is (70,67,155). Sum of RGB (Red+Green+Blue) = 70+67+155=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #46439B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46439B is #B9BC64. Grayscale: #4D4D4D. Windows color (decimal): -12172389 or 10175302. OLE color: 10175302.

HSL color Cylindrical-coordinate representation of color #46439B: hue angle of 242.05º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46439B is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7067155-
CMYK0.550.5700.39
HSL242.05º39.64%43.53%-
HSV(B)242.05º56.77%60.78%-
XYZ10.457.6831.94-
YUV77.93171.49122.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.97%
GREEN value IS 67 (26.56% from 255) = 22.95%
BLUE value IS 155 (60.94% from 255) = 53.08%
R=23.97%
G=22.95%
B=53.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70671550.550.5700.39242.0539.6443.53
Hex46439B3739027f2282c
Octal10610323367710473625054
Binary1000110100001110011011110111111001010011111110010101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46439B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,67,155); }

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

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

 a { background-color: rgb(70,67,155); }

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

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

 span { border-color: rgb(70,67,155); }

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