#463889

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

Shades of Dark Slate Blue #463889

Tints of Dark Slate Blue #463889

Color information

#463889 (or 0x463889) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 38 and 89. RGB value is (70,56,137). Sum of RGB (Red+Green+Blue) = 70+56+137=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #463889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463889 is #B9C776. Grayscale: #454545. Windows color (decimal): -12175223 or 8992838. OLE color: 8992838.

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

Color convert

RGB7056137-
CMYK0.490.5900.46
HSL250.37º41.97%37.84%-
HSV(B)250.37º59.12%53.73%-
XYZ8.465.9424.37-
YUV69.42166.14128.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.62%
GREEN value IS 56 (22.27% from 255) = 21.29%
BLUE value IS 137 (53.91% from 255) = 52.09%
R=26.62%
G=21.29%
B=52.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70561370.490.5900.46250.3741.9737.84
Hex463889313B02Efa2a26
Octal1067021161730563725246
Binary100011011100010001001110001111011010111011111010101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463889; }

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

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

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

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

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

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

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

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