Html Css Color HEX #463D80 Dark Slate Blue

📋 copy color: '#463D80'

red 70 ◦ green 61 ◦ blue 128

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

Shades of Dark Slate Blue #463D80

Tints of Dark Slate Blue #463D80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 49.42%

R = 27.03%
G = 23.55%
B = 49.42%

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

#463D80 (or 0x463D80) is known color: Dark Slate Blue. HEX triplet: 46, 3D and 80. RGB value is (70,61,128). Sum of RGB (Red+Green+Blue) = 70+61+128=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 128 (50.39% from 255 or 49.42% from 259); Max value from RGB is 128 - color contains mainly: blue. Hex color #463D80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463D80 is #B9C27F. Grayscale: #474747. Windows color (decimal): -12173952 or 8404294. OLE color: 8404294.

HSL color Cylindrical-coordinate representation of color #463D80: hue angle of 248.06º 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 #463D80 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 61 128 -
CMYK 0.45 0.52 0 0.50
HSL 248.06º 0.35% 0.37% -
HSV(B) 248.06º 0.52% 0.5% -
XYZ 8.09 6.2 21.19 -
YUV 71.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 70 61 128 0.45 0.52 0 0.50 248.06 0.35 0.37
Hex 46 3D 80 2D 34 0 32 F8 23 25
Octal 106 75 200 55 64 0 62 370 43 45
Binary 1000110 111101 10000000 101101 110100 0 110010 11111000 100011 100101

Color Harmonies of #463D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463D80

Black with #463D80

Text Example


Text Example

White with #463D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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