#464789

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

Shades of Dark Slate Blue #464789

Tints of Dark Slate Blue #464789

Color information

#464789 (or 0x464789) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 47 and 89. RGB value is (70,71,137). Sum of RGB (Red+Green+Blue) = 70+71+137=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #464789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464789 is #B9B876. Grayscale: #4D4D4D. Windows color (decimal): -12171383 or 8996678. OLE color: 8996678.

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

Color convert

RGB7071137-
CMYK0.490.4800.46
HSL239.1º32.37%40.59%-
HSV(B)239.1º48.91%53.73%-
XYZ9.297.6124.65-
YUV78.22161.17122.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.18%
GREEN value IS 71 (28.12% from 255) = 25.54%
BLUE value IS 137 (53.91% from 255) = 49.28%
R=25.18%
G=25.54%
B=49.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70711370.490.4800.46239.132.3740.59
Hex464789313002Eef2029
Octal10610721161600563574051
Binary1000110100011110001001110001110000010111011101111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464789; }

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

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

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

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

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

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

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

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