Html Css Color HEX #463884 Dark Slate Blue

📋 copy color: '#463884'

red 70 ◦ green 56 ◦ blue 132

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

Shades of Dark Slate Blue #463884

Tints of Dark Slate Blue #463884

RGB

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

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

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

R = 27.13%
G = 21.71%
B = 51.16%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#463884 (or 0x463884) is known color: Dark Slate Blue. HEX triplet: 46, 38 and 84. RGB value is (70,56,132). Sum of RGB (Red+Green+Blue) = 70+56+132=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 132 (51.95% from 255 or 51.16% from 258); Max value from RGB is 132 - color contains mainly: blue. Hex color #463884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463884 is #B9C77B. Grayscale: #444444. Windows color (decimal): -12175228 or 8665158. OLE color: 8665158.

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

Color convert

RGB 70 56 132 -
CMYK 0.47 0.58 0 0.48
HSL 251.05º 0.4% 0.37% -
HSV(B) 251.05º 0.58% 0.52% -
XYZ 8.1 5.8 22.52 -
YUV 68.85 163.64 128.82 -
System Red Green Blue C M Y K H S L
Decimal 70 56 132 0.47 0.58 0 0.48 251.05 0.4 0.37
Hex 46 38 84 2F 3A 0 30 FB 28 25
Octal 106 70 204 57 72 0 60 373 50 45
Binary 1000110 111000 10000100 101111 111010 0 110000 11111011 101000 100101

Color Harmonies of #463884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463884

Black with #463884

Text Example


Text Example

White with #463884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463884; }

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

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

background-color css

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

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

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

border-color css

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

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

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