Html Css Color HEX #463E7E Dark Slate Blue

📋 copy color: '#463E7E'

red 70 ◦ green 62 ◦ blue 126

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

Shades of Dark Slate Blue #463E7E

Tints of Dark Slate Blue #463E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 48.84%

R = 27.13%
G = 24.03%
B = 48.84%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#463E7E (or 0x463E7E) is known color: Dark Slate Blue. HEX triplet: 46, 3E and 7E. RGB value is (70,62,126). Sum of RGB (Red+Green+Blue) = 70+62+126=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 126 (49.61% from 255 or 48.84% from 258); Max value from RGB is 126 - color contains mainly: blue. Hex color #463E7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463E7E is #B9C181. Grayscale: #474747. Windows color (decimal): -12173698 or 8273478. OLE color: 8273478.

HSL color Cylindrical-coordinate representation of color #463E7E: hue angle of 247.5º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #463E7E is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 62 126 -
CMYK 0.44 0.51 0 0.51
HSL 247.5º 0.34% 0.37% -
HSV(B) 247.5º 0.51% 0.49% -
XYZ 8.01 6.25 20.52 -
YUV 71.69 158.65 126.8 -
System Red Green Blue C M Y K H S L
Decimal 70 62 126 0.44 0.51 0 0.51 247.5 0.34 0.37
Hex 46 3E 7E 2C 33 0 33 F8 22 25
Octal 106 76 176 54 63 0 63 370 42 45
Binary 1000110 111110 1111110 101100 110011 0 110011 11111000 100010 100101

Color Harmonies of #463E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463E7E

Black with #463E7E

Text Example


Text Example

White with #463E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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