Html Css Color HEX #463F96 Dark Slate Blue

📋 copy color: '#463F96'

red 70 ◦ green 63 ◦ blue 150

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

Shades of Dark Slate Blue #463F96

Tints of Dark Slate Blue #463F96

RGB

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

 GREEN value IS 63 (25% from 255) = 22.26%

 BLUE value IS 150 (58.98% from 255) = 53%

R = 24.73%
G = 22.26%
B = 53%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#463F96 (or 0x463F96) is known color: Dark Slate Blue. HEX triplet: 46, 3F and 96. RGB value is (70,63,150). Sum of RGB (Red+Green+Blue) = 70+63+150=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #463F96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463F96 is #B9C069. Grayscale: #4A4A4A. Windows color (decimal): -12173418 or 9846598. OLE color: 9846598.

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

Color convert

RGB 70 63 150 -
CMYK 0.53 0.58 0 0.41
HSL 244.83º 0.41% 0.42% -
HSV(B) 244.83º 0.58% 0.59% -
XYZ 9.81 7.06 29.7 -
YUV 75.01 170.32 124.43 -
System Red Green Blue C M Y K H S L
Decimal 70 63 150 0.53 0.58 0 0.41 244.83 0.41 0.42
Hex 46 3F 96 35 3A 0 29 F5 29 2A
Octal 106 77 226 65 72 0 51 365 51 52
Binary 1000110 111111 10010110 110101 111010 0 101001 11110101 101001 101010

Color Harmonies of #463F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463F96

Black with #463F96

Text Example


Text Example

White with #463F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,63,150); }

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

background-color css

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

 a { background-color: rgb(70,63,150); }

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

border-color css

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

 span { border-color: rgb(70,63,150); }

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