Html Css Color HEX #463681 Dark Slate Blue

📋 copy color: '#463681'

red 70 ◦ green 54 ◦ blue 129

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

Shades of Dark Slate Blue #463681

Tints of Dark Slate Blue #463681

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.34%

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

R = 27.67%
G = 21.34%
B = 50.99%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#463681 (or 0x463681) is known color: Dark Slate Blue. HEX triplet: 46, 36 and 81. RGB value is (70,54,129). Sum of RGB (Red+Green+Blue) = 70+54+129=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 129 (50.78% from 255 or 50.99% from 253); Max value from RGB is 129 - color contains mainly: blue. Hex color #463681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463681 is #B9C97E. Grayscale: #434343. Windows color (decimal): -12175743 or 8468038. OLE color: 8468038.

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

Color convert

RGB 70 54 129 -
CMYK 0.46 0.58 0 0.49
HSL 252.8º 0.41% 0.36% -
HSV(B) 252.8º 0.58% 0.51% -
XYZ 7.81 5.53 21.42 -
YUV 67.33 162.8 129.9 -
System Red Green Blue C M Y K H S L
Decimal 70 54 129 0.46 0.58 0 0.49 252.8 0.41 0.36
Hex 46 36 81 2E 3A 0 31 FD 29 24
Octal 106 66 201 56 72 0 61 375 51 44
Binary 1000110 110110 10000001 101110 111010 0 110001 11111101 101001 100100

Color Harmonies of #463681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463681

Black with #463681

Text Example


Text Example

White with #463681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463681; }

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

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

background-color css

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

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

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

border-color css

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

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

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