Html Css Color HEX #463B84 Dark Slate Blue

📋 copy color: '#463B84'

red 70 ◦ green 59 ◦ blue 132

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

Shades of Dark Slate Blue #463B84

Tints of Dark Slate Blue #463B84

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.61%

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

R = 26.82%
G = 22.61%
B = 50.57%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#463B84 (or 0x463B84) is known color: Dark Slate Blue. HEX triplet: 46, 3B and 84. RGB value is (70,59,132). Sum of RGB (Red+Green+Blue) = 70+59+132=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #463B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463B84 is #B9C47B. Grayscale: #464646. Windows color (decimal): -12174460 or 8665926. OLE color: 8665926.

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

Color convert

RGB 70 59 132 -
CMYK 0.47 0.55 0 0.48
HSL 249.04º 0.38% 0.37% -
HSV(B) 249.04º 0.55% 0.52% -
XYZ 8.25 6.1 22.57 -
YUV 70.61 162.64 127.56 -
System Red Green Blue C M Y K H S L
Decimal 70 59 132 0.47 0.55 0 0.48 249.04 0.38 0.37
Hex 46 3B 84 2F 37 0 30 F9 26 25
Octal 106 73 204 57 67 0 60 371 46 45
Binary 1000110 111011 10000100 101111 110111 0 110000 11111001 100110 100101

Color Harmonies of #463B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463B84

Black with #463B84

Text Example


Text Example

White with #463B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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