Html Css Color HEX #46478D Dark Slate Blue

📋 copy color: '#46478D'

red 70 ◦ green 71 ◦ blue 141

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

Shades of Dark Slate Blue #46478D

Tints of Dark Slate Blue #46478D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.18%

 BLUE value IS 141 (55.47% from 255) = 50%

R = 24.82%
G = 25.18%
B = 50%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46478D (or 0x46478D) is known color: Dark Slate Blue. HEX triplet: 46, 47 and 8D. RGB value is (70,71,141). Sum of RGB (Red+Green+Blue) = 70+71+141=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #46478D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46478D is #B9B872. Grayscale: #4E4E4E. Windows color (decimal): -12171379 or 9258822. OLE color: 9258822.

HSL color Cylindrical-coordinate representation of color #46478D: hue angle of 239.15º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46478D is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 71 141 -
CMYK 0.50 0.50 0 0.45
HSL 239.15º 0.34% 0.41% -
HSV(B) 239.15º 0.5% 0.55% -
XYZ 9.59 7.73 26.19 -
YUV 78.68 163.17 121.81 -
System Red Green Blue C M Y K H S L
Decimal 70 71 141 0.50 0.50 0 0.45 239.15 0.34 0.41
Hex 46 47 8D 32 32 0 2D EF 22 29
Octal 106 107 215 62 62 0 55 357 42 51
Binary 1000110 1000111 10001101 110010 110010 0 101101 11101111 100010 101001

Color Harmonies of #46478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46478D

Black with #46478D

Text Example


Text Example

White with #46478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46478D; }

 p { color: rgb(70,71,141); }

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

background-color css

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

 a { background-color: rgb(70,71,141); }

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

border-color css

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

 span { border-color: rgb(70,71,141); }

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