Html Css Color HEX #46408F Dark Slate Blue

📋 copy color: '#46408F'

red 70 ◦ green 64 ◦ blue 143

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

Shades of Dark Slate Blue #46408F

Tints of Dark Slate Blue #46408F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 51.62%

R = 25.27%
G = 23.1%
B = 51.62%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#46408F (or 0x46408F) is known color: Dark Slate Blue. HEX triplet: 46, 40 and 8F. RGB value is (70,64,143). Sum of RGB (Red+Green+Blue) = 70+64+143=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 143 (56.25% from 255 or 51.62% from 277); Max value from RGB is 143 - color contains mainly: blue. Hex color #46408F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46408F is #B9BF70. Grayscale: #4A4A4A. Windows color (decimal): -12173169 or 9388102. OLE color: 9388102.

HSL color Cylindrical-coordinate representation of color #46408F: hue angle of 244.56º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46408F is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 64 143 -
CMYK 0.51 0.55 0 0.44
HSL 244.56º 0.38% 0.41% -
HSV(B) 244.56º 0.55% 0.56% -
XYZ 9.32 6.95 26.84 -
YUV 74.8 166.49 124.58 -
System Red Green Blue C M Y K H S L
Decimal 70 64 143 0.51 0.55 0 0.44 244.56 0.38 0.41
Hex 46 40 8F 33 37 0 2C F5 26 29
Octal 106 100 217 63 67 0 54 365 46 51
Binary 1000110 1000000 10001111 110011 110111 0 101100 11110101 100110 101001

Color Harmonies of #46408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46408F

Black with #46408F

Text Example


Text Example

White with #46408F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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