Html Css Color HEX #463F7D Dark Slate Blue

📋 copy color: '#463F7D'

red 70 ◦ green 63 ◦ blue 125

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

Shades of Dark Slate Blue #463F7D

Tints of Dark Slate Blue #463F7D

RGB

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

 GREEN value IS 63 (25% from 255) = 24.42%

 BLUE value IS 125 (49.22% from 255) = 48.45%

R = 27.13%
G = 24.42%
B = 48.45%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#463F7D (or 0x463F7D) is known color: Dark Slate Blue. HEX triplet: 46, 3F and 7D. RGB value is (70,63,125). Sum of RGB (Red+Green+Blue) = 70+63+125=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 125 (49.22% from 255 or 48.45% from 258); Max value from RGB is 125 - color contains mainly: blue. Hex color #463F7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463F7D is #B9C082. Grayscale: #474747. Windows color (decimal): -12173443 or 8208198. OLE color: 8208198.

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

Color convert

RGB 70 63 125 -
CMYK 0.44 0.50 0 0.51
HSL 246.77º 0.33% 0.37% -
HSV(B) 246.77º 0.5% 0.49% -
XYZ 8 6.34 20.2 -
YUV 72.16 157.82 126.46 -
System Red Green Blue C M Y K H S L
Decimal 70 63 125 0.44 0.50 0 0.51 246.77 0.33 0.37
Hex 46 3F 7D 2C 32 0 33 F7 21 25
Octal 106 77 175 54 62 0 63 367 41 45
Binary 1000110 111111 1111101 101100 110010 0 110011 11110111 100001 100101

Color Harmonies of #463F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463F7D

Black with #463F7D

Text Example


Text Example

White with #463F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,63,125); }

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

background-color css

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

 a { background-color: rgb(70,63,125); }

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

border-color css

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

 span { border-color: rgb(70,63,125); }

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