#463E8C

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

Shades of Dark Slate Blue #463E8C

Tints of Dark Slate Blue #463E8C

Color information

#463E8C (or 0x463E8C) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 3E and 8C. RGB value is (70,62,140). Sum of RGB (Red+Green+Blue) = 70+62+140=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 140 (55.08% from 255 or 51.47% from 272); Max value from RGB is 140 - color contains mainly: blue. Hex color #463E8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463E8C is #B9C173. Grayscale: #484848. Windows color (decimal): -12173684 or 9190982. OLE color: 9190982.

HSL color Cylindrical-coordinate representation of color #463E8C: hue angle of 246.15º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #463E8C is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7062140-
CMYK0.500.5600.45
HSL246.15º38.61%39.61%-
HSV(B)246.15º55.71%54.9%-
XYZ8.986.6425.62-
YUV73.28165.65125.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.74%
GREEN value IS 62 (24.61% from 255) = 22.79%
BLUE value IS 140 (55.08% from 255) = 51.47%
R=25.74%
G=22.79%
B=51.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70621400.500.5600.45246.1538.6139.61
Hex463E8C323802Df62728
Octal1067621462700553664750
Binary100011011111010001100110010111000010110111110110100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463E8C; }

 p { color: rgb(70,62,140); }

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

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

 a { background-color: rgb(70,62,140); }

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

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

 span { border-color: rgb(70,62,140); }

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