Html Css Color HEX #463780 Dark Slate Blue

📋 copy color: '#463780'

red 70 ◦ green 55 ◦ blue 128

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

Shades of Dark Slate Blue #463780

Tints of Dark Slate Blue #463780

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.74%

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

R = 27.67%
G = 21.74%
B = 50.59%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#463780 (or 0x463780) is known color: Dark Slate Blue. HEX triplet: 46, 37 and 80. RGB value is (70,55,128). Sum of RGB (Red+Green+Blue) = 70+55+128=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 128 (50.39% from 255 or 50.59% from 253); Max value from RGB is 128 - color contains mainly: blue. Hex color #463780 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463780 is #B9C87F. Grayscale: #434343. Windows color (decimal): -12175488 or 8402758. OLE color: 8402758.

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

Color convert

RGB 70 55 128 -
CMYK 0.45 0.57 0 0.50
HSL 252.33º 0.4% 0.36% -
HSV(B) 252.33º 0.57% 0.5% -
XYZ 7.79 5.59 21.09 -
YUV 67.81 161.97 129.56 -
System Red Green Blue C M Y K H S L
Decimal 70 55 128 0.45 0.57 0 0.50 252.33 0.4 0.36
Hex 46 37 80 2D 39 0 32 FC 28 24
Octal 106 67 200 55 71 0 62 374 50 44
Binary 1000110 110111 10000000 101101 111001 0 110010 11111100 101000 100100

Color Harmonies of #463780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463780

Black with #463780

Text Example


Text Example

White with #463780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463780; }

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

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

background-color css

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

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

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

border-color css

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

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

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