#463886

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

Shades of Dark Slate Blue #463886

Tints of Dark Slate Blue #463886

Color information

#463886 (or 0x463886) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 38 and 86. RGB value is (70,56,134). Sum of RGB (Red+Green+Blue) = 70+56+134=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 134 (52.73% from 255 or 51.54% from 260); Max value from RGB is 134 - color contains mainly: blue. Hex color #463886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463886 is #B9C779. Grayscale: #444444. Windows color (decimal): -12175226 or 8796230. OLE color: 8796230.

HSL color Cylindrical-coordinate representation of color #463886: hue angle of 250.77º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #463886 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7056134-
CMYK0.480.5800.47
HSL250.77º41.05%37.25%-
HSV(B)250.77º58.21%52.55%-
XYZ8.245.8523.25-
YUV69.08164.64128.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.92%
GREEN value IS 56 (22.27% from 255) = 21.54%
BLUE value IS 134 (52.73% from 255) = 51.54%
R=26.92%
G=21.54%
B=51.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70561340.480.5800.47250.7741.0537.25
Hex463886303A02Ffb2925
Octal1067020660720573735145
Binary100011011100010000110110000111010010111111111011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463886; }

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

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

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

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

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

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

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

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