#464595

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

Shades of Dark Slate Blue #464595

Tints of Dark Slate Blue #464595

Color information

#464595 (or 0x464595) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 45 and 95. RGB value is (70,69,149). Sum of RGB (Red+Green+Blue) = 70+69+149=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #464595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464595 is #B9BA6A. Grayscale: #4E4E4E. Windows color (decimal): -12171883 or 9782598. OLE color: 9782598.

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

Color convert

RGB7069149-
CMYK0.530.5400.42
HSL240.75º36.7%42.75%-
HSV(B)240.75º53.69%58.43%-
XYZ10.087.7329.39-
YUV78.42167.83122-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.31%
GREEN value IS 69 (27.34% from 255) = 23.96%
BLUE value IS 149 (58.59% from 255) = 51.74%
R=24.31%
G=23.96%
B=51.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70691490.530.5400.42240.7536.742.75
Hex464595353602Af1252b
Octal10610522565660523614553
Binary1000110100010110010101110101110110010101011110001100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464595; }

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

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

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

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

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

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

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

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