#464092

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

Shades of Dark Slate Blue #464092

Tints of Dark Slate Blue #464092

Color information

#464092 (or 0x464092) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 40 and 92. RGB value is (70,64,146). Sum of RGB (Red+Green+Blue) = 70+64+146=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #464092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464092 is #B9BF6D. Grayscale: #4A4A4A. Windows color (decimal): -12173166 or 9584710. OLE color: 9584710.

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

Color convert

RGB7064146-
CMYK0.520.5600.43
HSL244.39º39.05%41.18%-
HSV(B)244.39º56.16%57.25%-
XYZ9.557.0428.05-
YUV75.14167.99124.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25%
GREEN value IS 64 (25.39% from 255) = 22.86%
BLUE value IS 146 (57.42% from 255) = 52.14%
R=25%
G=22.86%
B=52.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70641460.520.5600.43244.3939.0541.18
Hex464092343802Bf42729
Octal10610022264700533644751
Binary1000110100000010010010110100111000010101111110100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464092; }

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

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

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

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

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

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

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

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