#464392

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

Shades of Dark Slate Blue #464392

Tints of Dark Slate Blue #464392

Color information

#464392 (or 0x464392) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 43 and 92. RGB value is (70,67,146). Sum of RGB (Red+Green+Blue) = 70+67+146=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #464392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464392 is #B9BC6D. Grayscale: #4C4C4C. Windows color (decimal): -12172398 or 9585478. OLE color: 9585478.

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

Color convert

RGB7067146-
CMYK0.520.5400.43
HSL242.28º37.09%41.76%-
HSV(B)242.28º54.11%57.25%-
XYZ9.727.3928.11-
YUV76.9166.99123.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.73%
GREEN value IS 67 (26.56% from 255) = 23.67%
BLUE value IS 146 (57.42% from 255) = 51.59%
R=24.73%
G=23.67%
B=51.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70671460.520.5400.43242.2837.0941.76
Hex464392343602Bf2252a
Octal10610322264660533624552
Binary1000110100001110010010110100110110010101111110010100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464392; }

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

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

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

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

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

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

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

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