#464890

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

Shades of Dark Slate Blue #464890

Tints of Dark Slate Blue #464890

Color information

#464890 (or 0x464890) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 48 and 90. RGB value is (70,72,144). Sum of RGB (Red+Green+Blue) = 70+72+144=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 144 (56.64% from 255 or 50.35% from 286); Max value from RGB is 144 - color contains mainly: blue. Hex color #464890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464890 is #B9B76F. Grayscale: #4F4F4F. Windows color (decimal): -12171120 or 9455686. OLE color: 9455686.

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

Color convert

RGB7072144-
CMYK0.510.5000.44
HSL238.38º34.58%41.96%-
HSV(B)238.38º51.39%56.47%-
XYZ9.887.9527.4-
YUV79.61164.34121.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.48%
GREEN value IS 72 (28.52% from 255) = 25.17%
BLUE value IS 144 (56.64% from 255) = 50.35%
R=24.48%
G=25.17%
B=50.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70721440.510.5000.44238.3834.5841.96
Hex464890333202Cee232a
Octal10611022063620543564352
Binary1000110100100010010000110011110010010110011101110100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464890; }

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

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

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

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

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

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

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

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