Html Css Color HEX #463982 Dark Slate Blue

📋 copy color: '#463982'

red 70 ◦ green 57 ◦ blue 130

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

Shades of Dark Slate Blue #463982

Tints of Dark Slate Blue #463982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 50.58%

R = 27.24%
G = 22.18%
B = 50.58%

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

#463982 (or 0x463982) is known color: Dark Slate Blue. HEX triplet: 46, 39 and 82. RGB value is (70,57,130). Sum of RGB (Red+Green+Blue) = 70+57+130=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #463982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463982 is #B9C67D. Grayscale: #444444. Windows color (decimal): -12174974 or 8534342. OLE color: 8534342.

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

Color convert

RGB 70 57 130 -
CMYK 0.46 0.56 0 0.49
HSL 250.68º 0.39% 0.37% -
HSV(B) 250.68º 0.56% 0.51% -
XYZ 8.02 5.84 21.82 -
YUV 69.21 162.31 128.56 -
System Red Green Blue C M Y K H S L
Decimal 70 57 130 0.46 0.56 0 0.49 250.68 0.39 0.37
Hex 46 39 82 2E 38 0 31 FB 27 25
Octal 106 71 202 56 70 0 61 373 47 45
Binary 1000110 111001 10000010 101110 111000 0 110001 11111011 100111 100101

Color Harmonies of #463982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463982

Black with #463982

Text Example


Text Example

White with #463982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463982; }

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

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

background-color css

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

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

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

border-color css

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

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

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