#464289

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

Shades of Dark Slate Blue #464289

Tints of Dark Slate Blue #464289

Color information

#464289 (or 0x464289) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 42 and 89. RGB value is (70,66,137). Sum of RGB (Red+Green+Blue) = 70+66+137=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #464289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464289 is #B9BD76. Grayscale: #4B4B4B. Windows color (decimal): -12172663 or 8995398. OLE color: 8995398.

HSL color Cylindrical-coordinate representation of color #464289: hue angle of 243.38º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #464289 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7066137-
CMYK0.490.5200.46
HSL243.38º34.98%39.8%-
HSV(B)243.38º51.82%53.73%-
XYZ8.99724.55-
YUV75.29162.83124.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.64%
GREEN value IS 66 (26.17% from 255) = 24.18%
BLUE value IS 137 (53.91% from 255) = 50.18%
R=25.64%
G=24.18%
B=50.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70661370.490.5200.46243.3834.9839.8
Hex464289313402Ef32328
Octal10610221161640563634350
Binary1000110100001010001001110001110100010111011110011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464289; }

 p { color: rgb(70,66,137); }

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

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

 a { background-color: rgb(70,66,137); }

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

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

 span { border-color: rgb(70,66,137); }

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