#464892

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

Shades of Dark Slate Blue #464892

Tints of Dark Slate Blue #464892

Color information

#464892 (or 0x464892) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 48 and 92. RGB value is (70,72,146). Sum of RGB (Red+Green+Blue) = 70+72+146=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #464892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464892 is #B9B76D. Grayscale: #4F4F4F. Windows color (decimal): -12171118 or 9586758. OLE color: 9586758.

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

Color convert

RGB7072146-
CMYK0.520.5100.43
HSL238.42º35.19%42.35%-
HSV(B)238.42º52.05%57.25%-
XYZ10.038.0128.21-
YUV79.84165.34120.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.31%
GREEN value IS 72 (28.52% from 255) = 25%
BLUE value IS 146 (57.42% from 255) = 50.69%
R=24.31%
G=25%
B=50.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70721460.520.5100.43238.4235.1942.35
Hex464892343302Bee232a
Octal10611022264630533564352
Binary1000110100100010010010110100110011010101111101110100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464892; }

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

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

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

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

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

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

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

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