#464593

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

Shades of Dark Slate Blue #464593

Tints of Dark Slate Blue #464593

Color information

#464593 (or 0x464593) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 45 and 93. RGB value is (70,69,147). Sum of RGB (Red+Green+Blue) = 70+69+147=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #464593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464593 is #B9BA6C. Grayscale: #4D4D4D. Windows color (decimal): -12171885 or 9651526. OLE color: 9651526.

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

Color convert

RGB7069147-
CMYK0.520.5300.42
HSL240.77º36.11%42.35%-
HSV(B)240.77º53.06%57.65%-
XYZ9.927.6628.56-
YUV78.19166.83122.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.48%
GREEN value IS 69 (27.34% from 255) = 24.13%
BLUE value IS 147 (57.81% from 255) = 51.40%
R=24.48%
G=24.13%
B=51.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70691470.520.5300.42240.7736.1142.35
Hex464593343502Af1242a
Octal10610522364650523614452
Binary1000110100010110010011110100110101010101011110001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464593; }

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

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

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

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

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

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

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

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