#464096

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

Shades of Dark Slate Blue #464096

Tints of Dark Slate Blue #464096

Color information

#464096 (or 0x464096) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 40 and 96. RGB value is (70,64,150). Sum of RGB (Red+Green+Blue) = 70+64+150=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #464096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464096 is #B9BF69. Grayscale: #4B4B4B. Windows color (decimal): -12173162 or 9846854. OLE color: 9846854.

HSL color Cylindrical-coordinate representation of color #464096: hue angle of 244.19º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #464096 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7064150-
CMYK0.530.5700.41
HSL244.19º40.19%41.96%-
HSV(B)244.19º57.33%58.82%-
XYZ9.867.1729.72-
YUV75.6169.99124.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.65%
GREEN value IS 64 (25.39% from 255) = 22.54%
BLUE value IS 150 (58.98% from 255) = 52.82%
R=24.65%
G=22.54%
B=52.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal70641500.530.5700.41244.1940.1941.96
Hex4640963539029f4282a
Octal10610022665710513645052
Binary1000110100000010010110110101111001010100111110100101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464096; }

 p { color: rgb(70,64,150); }

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

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

 a { background-color: rgb(70,64,150); }

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

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

 span { border-color: rgb(70,64,150); }

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