#463485

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

Shades of Dark Slate Blue #463485

Tints of Dark Slate Blue #463485

Color information

#463485 (or 0x463485) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 34 and 85. RGB value is (70,52,133). Sum of RGB (Red+Green+Blue) = 70+52+133=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #463485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463485 is #B9CB7A. Grayscale: #424242. Windows color (decimal): -12176251 or 8729670. OLE color: 8729670.

HSL color Cylindrical-coordinate representation of color #463485: hue angle of 253.33º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #463485 is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7052133-
CMYK0.470.6100.48
HSL253.33º43.78%36.27%-
HSV(B)253.33º60.9%52.16%-
XYZ7.995.4522.82-
YUV66.62165.46130.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.45%
GREEN value IS 52 (20.70% from 255) = 20.39%
BLUE value IS 133 (52.34% from 255) = 52.16%
R=27.45%
G=20.39%
B=52.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70521330.470.6100.48253.3343.7836.27
Hex4634852F3D030fd2c24
Octal1066420557750603755444
Binary100011011010010000101101111111101011000011111101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463485; }

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

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

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

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

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

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

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

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