#463A85

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

Shades of Dark Slate Blue #463A85

Tints of Dark Slate Blue #463A85

Color information

#463A85 (or 0x463A85) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 3A and 85. RGB value is (70,58,133). Sum of RGB (Red+Green+Blue) = 70+58+133=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #463A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463A85 is #B9C57A. Grayscale: #454545. Windows color (decimal): -12174715 or 8731206. OLE color: 8731206.

HSL color Cylindrical-coordinate representation of color #463A85: hue angle of 249.6º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #463A85 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7058133-
CMYK0.470.5600.48
HSL249.6º39.27%37.45%-
HSV(B)249.6º56.39%52.16%-
XYZ8.276.0222.92-
YUV70.14163.48127.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.82%
GREEN value IS 58 (23.05% from 255) = 22.22%
BLUE value IS 133 (52.34% from 255) = 50.96%
R=26.82%
G=22.22%
B=50.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70581330.470.5600.48249.639.2737.45
Hex463A852F38030fa2725
Octal1067220557700603724745
Binary100011011101010000101101111111000011000011111010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,58,133); }

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

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

 a { background-color: rgb(70,58,133); }

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

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

 span { border-color: rgb(70,58,133); }

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