Html Css Color HEX #463F95 Dark Slate Blue

📋 copy color: '#463F95'

red 70 ◦ green 63 ◦ blue 149

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

Shades of Dark Slate Blue #463F95

Tints of Dark Slate Blue #463F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.84%

R = 24.82%
G = 22.34%
B = 52.84%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#463F95 (or 0x463F95) is known color: Dark Slate Blue. HEX triplet: 46, 3F and 95. RGB value is (70,63,149). Sum of RGB (Red+Green+Blue) = 70+63+149=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #463F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463F95 is #B9C06A. Grayscale: #4A4A4A. Windows color (decimal): -12173419 or 9781062. OLE color: 9781062.

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

Color convert

RGB 70 63 149 -
CMYK 0.53 0.58 0 0.42
HSL 244.88º 0.41% 0.42% -
HSV(B) 244.88º 0.58% 0.58% -
XYZ 9.73 7.03 29.28 -
YUV 74.9 169.82 124.51 -
System Red Green Blue C M Y K H S L
Decimal 70 63 149 0.53 0.58 0 0.42 244.88 0.41 0.42
Hex 46 3F 95 35 3A 0 2A F5 29 2A
Octal 106 77 225 65 72 0 52 365 51 52
Binary 1000110 111111 10010101 110101 111010 0 101010 11110101 101001 101010

Color Harmonies of #463F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463F95

Black with #463F95

Text Example


Text Example

White with #463F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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