Html Css Color HEX #463984 Dark Slate Blue

📋 copy color: '#463984'

red 70 ◦ green 57 ◦ blue 132

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

Shades of Dark Slate Blue #463984

Tints of Dark Slate Blue #463984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 50.97%

R = 27.03%
G = 22.01%
B = 50.97%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#463984 (or 0x463984) is known color: Dark Slate Blue. HEX triplet: 46, 39 and 84. RGB value is (70,57,132). Sum of RGB (Red+Green+Blue) = 70+57+132=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 132 (51.95% from 255 or 50.97% from 259); Max value from RGB is 132 - color contains mainly: blue. Hex color #463984 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463984 is #B9C67B. Grayscale: #454545. Windows color (decimal): -12174972 or 8665414. OLE color: 8665414.

HSL color Cylindrical-coordinate representation of color #463984: hue angle of 250.4º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #463984 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 57 132 -
CMYK 0.47 0.57 0 0.48
HSL 250.4º 0.4% 0.37% -
HSV(B) 250.4º 0.57% 0.52% -
XYZ 8.15 5.89 22.54 -
YUV 69.44 163.31 128.4 -
System Red Green Blue C M Y K H S L
Decimal 70 57 132 0.47 0.57 0 0.48 250.4 0.4 0.37
Hex 46 39 84 2F 39 0 30 FA 28 25
Octal 106 71 204 57 71 0 60 372 50 45
Binary 1000110 111001 10000100 101111 111001 0 110000 11111010 101000 100101

Color Harmonies of #463984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463984

Black with #463984

Text Example


Text Example

White with #463984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463984; }

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

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

background-color css

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

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

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

border-color css

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

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

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