Html Css Color HEX #463B80 Dark Slate Blue

📋 copy color: '#463B80'

red 70 ◦ green 59 ◦ blue 128

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

Shades of Dark Slate Blue #463B80

Tints of Dark Slate Blue #463B80

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.96%

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

R = 27.24%
G = 22.96%
B = 49.81%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#463B80 (or 0x463B80) is known color: Dark Slate Blue. HEX triplet: 46, 3B and 80. RGB value is (70,59,128). Sum of RGB (Red+Green+Blue) = 70+59+128=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 128 (50.39% from 255 or 49.81% from 257); Max value from RGB is 128 - color contains mainly: blue. Hex color #463B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463B80 is #B9C47F. Grayscale: #454545. Windows color (decimal): -12174464 or 8403782. OLE color: 8403782.

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

Color convert

RGB 70 59 128 -
CMYK 0.45 0.54 0 0.50
HSL 249.57º 0.37% 0.37% -
HSV(B) 249.57º 0.54% 0.5% -
XYZ 7.99 5.99 21.16 -
YUV 70.16 160.64 127.89 -
System Red Green Blue C M Y K H S L
Decimal 70 59 128 0.45 0.54 0 0.50 249.57 0.37 0.37
Hex 46 3B 80 2D 36 0 32 FA 25 25
Octal 106 73 200 55 66 0 62 372 45 45
Binary 1000110 111011 10000000 101101 110110 0 110010 11111010 100101 100101

Color Harmonies of #463B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463B80

Black with #463B80

Text Example


Text Example

White with #463B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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