Html Css Color HEX #463C84 Dark Slate Blue

📋 copy color: '#463C84'

red 70 ◦ green 60 ◦ blue 132

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

Shades of Dark Slate Blue #463C84

Tints of Dark Slate Blue #463C84

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.9%

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

R = 26.72%
G = 22.9%
B = 50.38%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#463C84 (or 0x463C84) is known color: Dark Slate Blue. HEX triplet: 46, 3C and 84. RGB value is (70,60,132). Sum of RGB (Red+Green+Blue) = 70+60+132=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 132 (51.95% from 255 or 50.38% from 262); Max value from RGB is 132 - color contains mainly: blue. Hex color #463C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463C84 is #B9C37B. Grayscale: #464646. Windows color (decimal): -12174204 or 8666182. OLE color: 8666182.

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

Color convert

RGB 70 60 132 -
CMYK 0.47 0.55 0 0.48
HSL 248.33º 0.38% 0.38% -
HSV(B) 248.33º 0.55% 0.52% -
XYZ 8.31 6.2 22.59 -
YUV 71.2 162.31 127.15 -
System Red Green Blue C M Y K H S L
Decimal 70 60 132 0.47 0.55 0 0.48 248.33 0.38 0.38
Hex 46 3C 84 2F 37 0 30 F8 26 26
Octal 106 74 204 57 67 0 60 370 46 46
Binary 1000110 111100 10000100 101111 110111 0 110000 11111000 100110 100110

Color Harmonies of #463C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463C84

Black with #463C84

Text Example


Text Example

White with #463C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463C84; }

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

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

background-color css

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

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

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

border-color css

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

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

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