Html Css Color HEX #463F84 Dark Slate Blue

📋 copy color: '#463F84'

red 70 ◦ green 63 ◦ blue 132

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

Shades of Dark Slate Blue #463F84

Tints of Dark Slate Blue #463F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 49.81%

R = 26.42%
G = 23.77%
B = 49.81%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#463F84 (or 0x463F84) is known color: Dark Slate Blue. HEX triplet: 46, 3F and 84. RGB value is (70,63,132). Sum of RGB (Red+Green+Blue) = 70+63+132=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #463F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463F84 is #B9C07B. Grayscale: #484848. Windows color (decimal): -12173436 or 8666950. OLE color: 8666950.

HSL color Cylindrical-coordinate representation of color #463F84: hue angle of 246.09º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #463F84 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 63 132 -
CMYK 0.47 0.52 0 0.48
HSL 246.09º 0.35% 0.38% -
HSV(B) 246.09º 0.52% 0.52% -
XYZ 8.47 6.52 22.64 -
YUV 72.96 161.32 125.89 -
System Red Green Blue C M Y K H S L
Decimal 70 63 132 0.47 0.52 0 0.48 246.09 0.35 0.38
Hex 46 3F 84 2F 34 0 30 F6 23 26
Octal 106 77 204 57 64 0 60 366 43 46
Binary 1000110 111111 10000100 101111 110100 0 110000 11110110 100011 100110

Color Harmonies of #463F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463F84

Black with #463F84

Text Example


Text Example

White with #463F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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