Html Css Color HEX #463E7C Dark Slate Blue

📋 copy color: '#463E7C'

red 70 ◦ green 62 ◦ blue 124

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

Shades of Dark Slate Blue #463E7C

Tints of Dark Slate Blue #463E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 48.44%

R = 27.34%
G = 24.22%
B = 48.44%

CMYK

 C value IS 0.44

 M value IS 0.5

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#463E7C (or 0x463E7C) is known color: Dark Slate Blue. HEX triplet: 46, 3E and 7C. RGB value is (70,62,124). Sum of RGB (Red+Green+Blue) = 70+62+124=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #463E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463E7C is #B9C183. Grayscale: #474747. Windows color (decimal): -12173700 or 8142406. OLE color: 8142406.

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

Color convert

RGB 70 62 124 -
CMYK 0.44 0.5 0 0.51
HSL 247.74º 0.33% 0.36% -
HSV(B) 247.74º 0.5% 0.49% -
XYZ 7.89 6.2 19.85 -
YUV 71.46 157.65 126.96 -
System Red Green Blue C M Y K H S L
Decimal 70 62 124 0.44 0.5 0 0.51 247.74 0.33 0.36
Hex 46 3E 7C 2C 32 0 33 F8 21 24
Octal 106 76 174 54 62 0 63 370 41 44
Binary 1000110 111110 1111100 101100 110010 0 110011 11111000 100001 100100

Color Harmonies of #463E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463E7C

Black with #463E7C

Text Example


Text Example

White with #463E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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