#464193

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

Shades of Dark Slate Blue #464193

Tints of Dark Slate Blue #464193

Color information

#464193 (or 0x464193) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 41 and 93. RGB value is (70,65,147). Sum of RGB (Red+Green+Blue) = 70+65+147=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #464193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464193 is #B9BE6C. Grayscale: #4B4B4B. Windows color (decimal): -12172909 or 9650502. OLE color: 9650502.

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

Color convert

RGB7065147-
CMYK0.520.5600.42
HSL243.66º38.68%41.57%-
HSV(B)243.66º55.78%57.65%-
XYZ9.687.1928.48-
YUV75.84168.16123.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.82%
GREEN value IS 65 (25.78% from 255) = 23.05%
BLUE value IS 147 (57.81% from 255) = 52.13%
R=24.82%
G=23.05%
B=52.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70651470.520.5600.42243.6638.6841.57
Hex464193343802Af4272a
Octal10610122364700523644752
Binary1000110100000110010011110100111000010101011110100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464193; }

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

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

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

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

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

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

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

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