Html Css Color HEX #463E82 Dark Slate Blue

📋 copy color: '#463E82'

red 70 ◦ green 62 ◦ blue 130

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

Shades of Dark Slate Blue #463E82

Tints of Dark Slate Blue #463E82

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.66%

 BLUE value IS 130 (51.17% from 255) = 49.62%

R = 26.72%
G = 23.66%
B = 49.62%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#463E82 (or 0x463E82) is known color: Dark Slate Blue. HEX triplet: 46, 3E and 82. RGB value is (70,62,130). Sum of RGB (Red+Green+Blue) = 70+62+130=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 130 (51.17% from 255 or 49.62% from 262); Max value from RGB is 130 - color contains mainly: blue. Hex color #463E82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463E82 is #B9C17D. Grayscale: #474747. Windows color (decimal): -12173694 or 8535622. OLE color: 8535622.

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

Color convert

RGB 70 62 130 -
CMYK 0.46 0.52 0 0.49
HSL 247.06º 0.35% 0.38% -
HSV(B) 247.06º 0.52% 0.51% -
XYZ 8.28 6.36 21.91 -
YUV 72.14 160.65 126.47 -
System Red Green Blue C M Y K H S L
Decimal 70 62 130 0.46 0.52 0 0.49 247.06 0.35 0.38
Hex 46 3E 82 2E 34 0 31 F7 23 26
Octal 106 76 202 56 64 0 61 367 43 46
Binary 1000110 111110 10000010 101110 110100 0 110001 11110111 100011 100110

Color Harmonies of #463E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463E82

Black with #463E82

Text Example


Text Example

White with #463E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,62,130); }

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

background-color css

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

 a { background-color: rgb(70,62,130); }

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

border-color css

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

 span { border-color: rgb(70,62,130); }

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