#464196

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

Shades of Dark Slate Blue #464196

Tints of Dark Slate Blue #464196

Color information

#464196 (or 0x464196) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 41 and 96. RGB value is (70,65,150). Sum of RGB (Red+Green+Blue) = 70+65+150=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #464196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464196 is #B9BE69. Grayscale: #4B4B4B. Windows color (decimal): -12172906 or 9847110. OLE color: 9847110.

HSL color Cylindrical-coordinate representation of color #464196: hue angle of 243.53º 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 #464196 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7065150-
CMYK0.530.5700.41
HSL243.53º39.53%42.16%-
HSV(B)243.53º56.67%58.82%-
XYZ9.927.2829.74-
YUV76.18169.66123.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.56%
GREEN value IS 65 (25.78% from 255) = 22.81%
BLUE value IS 150 (58.98% from 255) = 52.63%
R=24.56%
G=22.81%
B=52.63%

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
Decimal70651500.530.5700.41243.5339.5342.16
Hex4641963539029f4282a
Octal10610122665710513645052
Binary1000110100000110010110110101111001010100111110100101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464196; }

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

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

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

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

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

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

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

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