Html Css Color HEX #463284 Dark Slate Blue

📋 copy color: '#463284'

red 70 ◦ green 50 ◦ blue 132

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

Shades of Dark Slate Blue #463284

Tints of Dark Slate Blue #463284

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.84%

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

R = 27.78%
G = 19.84%
B = 52.38%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#463284 (or 0x463284) is known color: Dark Slate Blue. HEX triplet: 46, 32 and 84. RGB value is (70,50,132). Sum of RGB (Red+Green+Blue) = 70+50+132=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 132 (51.95% from 255 or 52.38% from 252); Max value from RGB is 132 - color contains mainly: blue. Hex color #463284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463284 is #B9CD7B. Grayscale: #414141. Windows color (decimal): -12176764 or 8663622. OLE color: 8663622.

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

Color convert

RGB 70 50 132 -
CMYK 0.47 0.62 0 0.48
HSL 254.63º 0.45% 0.36% -
HSV(B) 254.63º 0.62% 0.52% -
XYZ 7.83 5.25 22.43 -
YUV 65.33 165.63 131.33 -
System Red Green Blue C M Y K H S L
Decimal 70 50 132 0.47 0.62 0 0.48 254.63 0.45 0.36
Hex 46 32 84 2F 3E 0 30 FF 2D 24
Octal 106 62 204 57 76 0 60 377 55 44
Binary 1000110 110010 10000100 101111 111110 0 110000 11111111 101101 100100

Color Harmonies of #463284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463284

Black with #463284

Text Example


Text Example

White with #463284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463284; }

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

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

background-color css

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

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

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

border-color css

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

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

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