#463584

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

Shades of Dark Slate Blue #463584

Tints of Dark Slate Blue #463584

Color information

#463584 (or 0x463584) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 35 and 84. RGB value is (70,53,132). Sum of RGB (Red+Green+Blue) = 70+53+132=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #463584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463584 is #B9CA7B. Grayscale: #424242. Windows color (decimal): -12175996 or 8664390. OLE color: 8664390.

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

Color convert

RGB7053132-
CMYK0.470.6000.48
HSL252.91º42.7%36.27%-
HSV(B)252.91º59.85%51.76%-
XYZ7.965.5122.47-
YUV67.09164.63130.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.45%
GREEN value IS 53 (21.09% from 255) = 20.78%
BLUE value IS 132 (51.95% from 255) = 51.76%
R=27.45%
G=20.78%
B=51.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70531320.470.6000.48252.9142.736.27
Hex4635842F3C030fd2b24
Octal1066520457740603755344
Binary100011011010110000100101111111100011000011111101101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463584; }

 p { color: rgb(70,53,132); }

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

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

 a { background-color: rgb(70,53,132); }

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

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

 span { border-color: rgb(70,53,132); }

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