Html Css Color HEX #463E7F Dark Slate Blue

📋 copy color: '#463E7F'

red 70 ◦ green 62 ◦ blue 127

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

Shades of Dark Slate Blue #463E7F

Tints of Dark Slate Blue #463E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 49.03%

R = 27.03%
G = 23.94%
B = 49.03%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#463E7F (or 0x463E7F) is known color: Dark Slate Blue. HEX triplet: 46, 3E and 7F. RGB value is (70,62,127). Sum of RGB (Red+Green+Blue) = 70+62+127=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 127 - color contains mainly: blue. Hex color #463E7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463E7F is #B9C180. Grayscale: #474747. Windows color (decimal): -12173697 or 8339014. OLE color: 8339014.

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

Color convert

RGB 70 62 127 -
CMYK 0.45 0.51 0 0.50
HSL 247.38º 0.34% 0.37% -
HSV(B) 247.38º 0.51% 0.5% -
XYZ 8.08 6.28 20.86 -
YUV 71.8 159.15 126.71 -
System Red Green Blue C M Y K H S L
Decimal 70 62 127 0.45 0.51 0 0.50 247.38 0.34 0.37
Hex 46 3E 7F 2D 33 0 32 F7 22 25
Octal 106 76 177 55 63 0 62 367 42 45
Binary 1000110 111110 1111111 101101 110011 0 110010 11110111 100010 100101

Color Harmonies of #463E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463E7F

Black with #463E7F

Text Example


Text Example

White with #463E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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