Html Css Color HEX #463C8D Dark Slate Blue

📋 copy color: '#463C8D'

red 70 ◦ green 60 ◦ blue 141

#463C8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #463C8D

Tints of Dark Slate Blue #463C8D

RGB

 RED value IS 70 (27.73% from 255) = 25.83%

 GREEN value IS 60 (23.83% from 255) = 22.14%

 BLUE value IS 141 (55.47% from 255) = 52.03%

R = 25.83%
G = 22.14%
B = 52.03%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#463C8D (or 0x463C8D) is known color: Dark Slate Blue. HEX triplet: 46, 3C and 8D. RGB value is (70,60,141). Sum of RGB (Red+Green+Blue) = 70+60+141=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #463C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463C8D is #B9C372. Grayscale: #474747. Windows color (decimal): -12174195 or 9256006. OLE color: 9256006.

HSL color Cylindrical-coordinate representation of color #463C8D: hue angle of 247.41º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #463C8D is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 60 141 -
CMYK 0.50 0.57 0 0.45
HSL 247.41º 0.4% 0.39% -
HSV(B) 247.41º 0.57% 0.55% -
XYZ 8.95 6.46 25.97 -
YUV 72.22 166.81 126.41 -
System Red Green Blue C M Y K H S L
Decimal 70 60 141 0.50 0.57 0 0.45 247.41 0.4 0.39
Hex 46 3C 8D 32 39 0 2D F7 28 27
Octal 106 74 215 62 71 0 55 367 50 47
Binary 1000110 111100 10001101 110010 111001 0 101101 11110111 101000 100111

Color Harmonies of #463C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463C8D

Black with #463C8D

Text Example


Text Example

White with #463C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,60,141); }

 H1.HeaderClassName
 {
   color: #463C8D;
 }
 .AnyTagClassName
 {
   color: #463C8D;
 }
</style>

background-color css

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

 a { background-color: rgb(70,60,141); }

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

border-color css

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

 span { border-color: rgb(70,60,141); }

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