Html Css Color HEX #463786 Dark Slate Blue

📋 copy color: '#463786'

red 70 ◦ green 55 ◦ blue 134

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

Shades of Dark Slate Blue #463786

Tints of Dark Slate Blue #463786

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.24%

 BLUE value IS 134 (52.73% from 255) = 51.74%

R = 27.03%
G = 21.24%
B = 51.74%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#463786 (or 0x463786) is known color: Dark Slate Blue. HEX triplet: 46, 37 and 86. RGB value is (70,55,134). Sum of RGB (Red+Green+Blue) = 70+55+134=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 134 (52.73% from 255 or 51.74% from 259); Max value from RGB is 134 - color contains mainly: blue. Hex color #463786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463786 is #B9C879. Grayscale: #444444. Windows color (decimal): -12175482 or 8795974. OLE color: 8795974.

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

Color convert

RGB 70 55 134 -
CMYK 0.48 0.59 0 0.47
HSL 251.39º 0.42% 0.37% -
HSV(B) 251.39º 0.59% 0.53% -
XYZ 8.2 5.76 23.23 -
YUV 68.49 164.97 129.08 -
System Red Green Blue C M Y K H S L
Decimal 70 55 134 0.48 0.59 0 0.47 251.39 0.42 0.37
Hex 46 37 86 30 3B 0 2F FB 2A 25
Octal 106 67 206 60 73 0 57 373 52 45
Binary 1000110 110111 10000110 110000 111011 0 101111 11111011 101010 100101

Color Harmonies of #463786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463786

Black with #463786

Text Example


Text Example

White with #463786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463786; }

 p { color: rgb(70,55,134); }

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

background-color css

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

 a { background-color: rgb(70,55,134); }

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

border-color css

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

 span { border-color: rgb(70,55,134); }

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