#463D93

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

Shades of Dark Slate Blue #463D93

Tints of Dark Slate Blue #463D93

Color information

#463D93 (or 0x463D93) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 3D and 93. RGB value is (70,61,147). Sum of RGB (Red+Green+Blue) = 70+61+147=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #463D93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463D93 is #B9C26C. Grayscale: #494949. Windows color (decimal): -12173933 or 9649478. OLE color: 9649478.

HSL color Cylindrical-coordinate representation of color #463D93: hue angle of 246.28º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #463D93 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7061147-
CMYK0.520.5900.42
HSL246.28º41.35%40.78%-
HSV(B)246.28º58.5%57.65%-
XYZ9.466.7528.41-
YUV73.49169.48125.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.18%
GREEN value IS 61 (24.22% from 255) = 21.94%
BLUE value IS 147 (57.81% from 255) = 52.88%
R=25.18%
G=21.94%
B=52.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70611470.520.5900.42246.2841.3540.78
Hex463D93343B02Af62929
Octal1067522364730523665151
Binary100011011110110010011110100111011010101011110110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,61,147); }

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

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

 a { background-color: rgb(70,61,147); }

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

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

 span { border-color: rgb(70,61,147); }

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