Html Css Color HEX #463D7F Dark Slate Blue

📋 copy color: '#463D7F'

red 70 ◦ green 61 ◦ blue 127

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

Shades of Dark Slate Blue #463D7F

Tints of Dark Slate Blue #463D7F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.64%

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

R = 27.13%
G = 23.64%
B = 49.22%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#463D7F (or 0x463D7F) is known color: Dark Slate Blue. HEX triplet: 46, 3D and 7F. RGB value is (70,61,127). Sum of RGB (Red+Green+Blue) = 70+61+127=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 127 (50% from 255 or 49.22% from 258); Max value from RGB is 127 - color contains mainly: blue. Hex color #463D7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463D7F is #B9C280. Grayscale: #464646. Windows color (decimal): -12173953 or 8338758. OLE color: 8338758.

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

Color convert

RGB 70 61 127 -
CMYK 0.45 0.52 0 0.50
HSL 248.18º 0.35% 0.37% -
HSV(B) 248.18º 0.52% 0.5% -
XYZ 8.03 6.17 20.85 -
YUV 71.22 159.48 127.13 -
System Red Green Blue C M Y K H S L
Decimal 70 61 127 0.45 0.52 0 0.50 248.18 0.35 0.37
Hex 46 3D 7F 2D 34 0 32 F8 23 25
Octal 106 75 177 55 64 0 62 370 43 45
Binary 1000110 111101 1111111 101101 110100 0 110010 11111000 100011 100101

Color Harmonies of #463D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463D7F

Black with #463D7F

Text Example


Text Example

White with #463D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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