Html Css Color HEX #46408D Dark Slate Blue

📋 copy color: '#46408D'

red 70 ◦ green 64 ◦ blue 141

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

Shades of Dark Slate Blue #46408D

Tints of Dark Slate Blue #46408D

RGB

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

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

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

R = 25.45%
G = 23.27%
B = 51.27%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46408D (or 0x46408D) is known color: Dark Slate Blue. HEX triplet: 46, 40 and 8D. RGB value is (70,64,141). Sum of RGB (Red+Green+Blue) = 70+64+141=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #46408D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46408D is #B9BF72. Grayscale: #4A4A4A. Windows color (decimal): -12173171 or 9257030. OLE color: 9257030.

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

Color convert

RGB 70 64 141 -
CMYK 0.50 0.55 0 0.45
HSL 244.68º 0.38% 0.4% -
HSV(B) 244.68º 0.55% 0.55% -
XYZ 9.17 6.89 26.05 -
YUV 74.57 165.49 124.74 -
System Red Green Blue C M Y K H S L
Decimal 70 64 141 0.50 0.55 0 0.45 244.68 0.38 0.4
Hex 46 40 8D 32 37 0 2D F5 26 28
Octal 106 100 215 62 67 0 55 365 46 50
Binary 1000110 1000000 10001101 110010 110111 0 101101 11110101 100110 101000

Color Harmonies of #46408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46408D

Black with #46408D

Text Example


Text Example

White with #46408D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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