#463D7B

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

Shades of Dark Slate Blue #463D7B

Tints of Dark Slate Blue #463D7B

Color information

#463D7B (or 0x463D7B) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 3D and 7B. RGB value is (70,61,123). Sum of RGB (Red+Green+Blue) = 70+61+123=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #463D7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463D7B is #B9C284. Grayscale: #464646. Windows color (decimal): -12173957 or 8076614. OLE color: 8076614.

HSL color Cylindrical-coordinate representation of color #463D7B: hue angle of 248.71º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #463D7B is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7061123-
CMYK0.430.5000.52
HSL248.71º33.7%36.08%-
HSV(B)248.71º50.41%48.24%-
XYZ7.776.0719.5-
YUV70.76157.48127.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.56%
GREEN value IS 61 (24.22% from 255) = 24.02%
BLUE value IS 123 (48.44% from 255) = 48.43%
R=27.56%
G=24.02%
B=48.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70611230.430.5000.52248.7133.736.08
Hex463D7B2B32034f92224
Octal1067517353620643714244
Binary10001101111011111011101011110010011010011111001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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