Html Css Color HEX #463882 Dark Slate Blue

📋 copy color: '#463882'

red 70 ◦ green 56 ◦ blue 130

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

Shades of Dark Slate Blue #463882

Tints of Dark Slate Blue #463882

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.88%

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

R = 27.34%
G = 21.88%
B = 50.78%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#463882 (or 0x463882) is known color: Dark Slate Blue. HEX triplet: 46, 38 and 82. RGB value is (70,56,130). Sum of RGB (Red+Green+Blue) = 70+56+130=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #463882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463882 is #B9C77D. Grayscale: #444444. Windows color (decimal): -12175230 or 8534086. OLE color: 8534086.

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

Color convert

RGB 70 56 130 -
CMYK 0.46 0.57 0 0.49
HSL 251.35º 0.4% 0.36% -
HSV(B) 251.35º 0.57% 0.51% -
XYZ 7.97 5.74 21.81 -
YUV 68.62 162.64 128.98 -
System Red Green Blue C M Y K H S L
Decimal 70 56 130 0.46 0.57 0 0.49 251.35 0.4 0.36
Hex 46 38 82 2E 39 0 31 FB 28 24
Octal 106 70 202 56 71 0 61 373 50 44
Binary 1000110 111000 10000010 101110 111001 0 110001 11111011 101000 100100

Color Harmonies of #463882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463882

Black with #463882

Text Example


Text Example

White with #463882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463882; }

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

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

background-color css

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

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

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

border-color css

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

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

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