#464592

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

Shades of Dark Slate Blue #464592

Tints of Dark Slate Blue #464592

Color information

#464592 (or 0x464592) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 45 and 92. RGB value is (70,69,146). Sum of RGB (Red+Green+Blue) = 70+69+146=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #464592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464592 is #B9BA6D. Grayscale: #4D4D4D. Windows color (decimal): -12171886 or 9585990. OLE color: 9585990.

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

Color convert

RGB7069146-
CMYK0.520.5300.43
HSL240.78º35.81%42.16%-
HSV(B)240.78º52.74%57.25%-
XYZ9.847.6328.15-
YUV78.08166.33122.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.56%
GREEN value IS 69 (27.34% from 255) = 24.21%
BLUE value IS 146 (57.42% from 255) = 51.23%
R=24.56%
G=24.21%
B=51.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70691460.520.5300.43240.7835.8142.16
Hex464592343502Bf1242a
Octal10610522264650533614452
Binary1000110100010110010010110100110101010101111110001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464592; }

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

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

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

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

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

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

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

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