Html Css Color HEX #46408C Dark Slate Blue

📋 copy color: '#46408C'

red 70 ◦ green 64 ◦ blue 140

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

Shades of Dark Slate Blue #46408C

Tints of Dark Slate Blue #46408C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.36%

 BLUE value IS 140 (55.08% from 255) = 51.09%

R = 25.55%
G = 23.36%
B = 51.09%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46408C (or 0x46408C) is known color: Dark Slate Blue. HEX triplet: 46, 40 and 8C. RGB value is (70,64,140). Sum of RGB (Red+Green+Blue) = 70+64+140=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #46408C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46408C is #B9BF73. Grayscale: #4A4A4A. Windows color (decimal): -12173172 or 9191494. OLE color: 9191494.

HSL color Cylindrical-coordinate representation of color #46408C: hue angle of 244.74º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #46408C is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 64 140 -
CMYK 0.50 0.54 0 0.45
HSL 244.74º 0.37% 0.4% -
HSV(B) 244.74º 0.54% 0.55% -
XYZ 9.09 6.86 25.66 -
YUV 74.46 164.99 124.82 -
System Red Green Blue C M Y K H S L
Decimal 70 64 140 0.50 0.54 0 0.45 244.74 0.37 0.4
Hex 46 40 8C 32 36 0 2D F5 25 28
Octal 106 100 214 62 66 0 55 365 45 50
Binary 1000110 1000000 10001100 110010 110110 0 101101 11110101 100101 101000

Color Harmonies of #46408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46408C

Black with #46408C

Text Example


Text Example

White with #46408C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46408C; }

 p { color: rgb(70,64,140); }

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

background-color css

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

 a { background-color: rgb(70,64,140); }

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

border-color css

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

 span { border-color: rgb(70,64,140); }

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