Html Css Color HEX #463981 Dark Slate Blue

📋 copy color: '#463981'

red 70 ◦ green 57 ◦ blue 129

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

Shades of Dark Slate Blue #463981

Tints of Dark Slate Blue #463981

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.27%

 BLUE value IS 129 (50.78% from 255) = 50.39%

R = 27.34%
G = 22.27%
B = 50.39%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#463981 (or 0x463981) is known color: Dark Slate Blue. HEX triplet: 46, 39 and 81. RGB value is (70,57,129). Sum of RGB (Red+Green+Blue) = 70+57+129=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 129 (50.78% from 255 or 50.39% from 256); Max value from RGB is 129 - color contains mainly: blue. Hex color #463981 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463981 is #B9C67E. Grayscale: #444444. Windows color (decimal): -12174975 or 8468806. OLE color: 8468806.

HSL color Cylindrical-coordinate representation of color #463981: hue angle of 250.83º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #463981 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 57 129 -
CMYK 0.46 0.56 0 0.49
HSL 250.83º 0.39% 0.36% -
HSV(B) 250.83º 0.56% 0.51% -
XYZ 7.95 5.81 21.47 -
YUV 69.1 161.81 128.65 -
System Red Green Blue C M Y K H S L
Decimal 70 57 129 0.46 0.56 0 0.49 250.83 0.39 0.36
Hex 46 39 81 2E 38 0 31 FB 27 24
Octal 106 71 201 56 70 0 61 373 47 44
Binary 1000110 111001 10000001 101110 111000 0 110001 11111011 100111 100100

Color Harmonies of #463981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463981

Black with #463981

Text Example


Text Example

White with #463981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463981; }

 p { color: rgb(70,57,129); }

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

background-color css

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

 a { background-color: rgb(70,57,129); }

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

border-color css

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

 span { border-color: rgb(70,57,129); }

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