Html Css Color HEX #464586 Dark Slate Blue

📋 copy color: '#464586'

red 70 ◦ green 69 ◦ blue 134

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

Shades of Dark Slate Blue #464586

Tints of Dark Slate Blue #464586

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.27%

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

R = 25.64%
G = 25.27%
B = 49.08%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#464586 (or 0x464586) is known color: Dark Slate Blue. HEX triplet: 46, 45 and 86. RGB value is (70,69,134). Sum of RGB (Red+Green+Blue) = 70+69+134=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 134 - color contains mainly: blue. Hex color #464586 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464586 is #B9BA79. Grayscale: #4C4C4C. Windows color (decimal): -12171898 or 8799558. OLE color: 8799558.

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

Color convert

RGB 70 69 134 -
CMYK 0.48 0.49 0 0.47
HSL 240.92º 0.32% 0.4% -
HSV(B) 240.92º 0.49% 0.53% -
XYZ 8.96 7.28 23.49 -
YUV 76.71 160.33 123.21 -
System Red Green Blue C M Y K H S L
Decimal 70 69 134 0.48 0.49 0 0.47 240.92 0.32 0.4
Hex 46 45 86 30 31 0 2F F1 20 28
Octal 106 105 206 60 61 0 57 361 40 50
Binary 1000110 1000101 10000110 110000 110001 0 101111 11110001 100000 101000

Color Harmonies of #464586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464586

Black with #464586

Text Example


Text Example

White with #464586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464586; }

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

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

background-color css

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

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

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

border-color css

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

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

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