#464296

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

Shades of Dark Slate Blue #464296

Tints of Dark Slate Blue #464296

Color information

#464296 (or 0x464296) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 42 and 96. RGB value is (70,66,150). Sum of RGB (Red+Green+Blue) = 70+66+150=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #464296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464296 is #B9BD69. Grayscale: #4C4C4C. Windows color (decimal): -12172650 or 9847366. OLE color: 9847366.

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

Color convert

RGB7066150-
CMYK0.530.5600.41
HSL242.86º38.89%42.35%-
HSV(B)242.86º56%58.82%-
XYZ9.987.429.76-
YUV76.77169.33123.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.48%
GREEN value IS 66 (26.17% from 255) = 23.08%
BLUE value IS 150 (58.98% from 255) = 52.45%
R=24.48%
G=23.08%
B=52.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal70661500.530.5600.41242.8638.8942.35
Hex4642963538029f3272a
Octal10610222665700513634752
Binary1000110100001010010110110101111000010100111110011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464296; }

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

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

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

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

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

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

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

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