Html Css Color HEX #46407E Dark Slate Blue

📋 copy color: '#46407E'

red 70 ◦ green 64 ◦ blue 126

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

Shades of Dark Slate Blue #46407E

Tints of Dark Slate Blue #46407E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 48.46%

R = 26.92%
G = 24.62%
B = 48.46%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46407E (or 0x46407E) is known color: Dark Slate Blue. HEX triplet: 46, 40 and 7E. RGB value is (70,64,126). Sum of RGB (Red+Green+Blue) = 70+64+126=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 126 (49.61% from 255 or 48.46% from 260); Max value from RGB is 126 - color contains mainly: blue. Hex color #46407E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46407E is #B9BF81. Grayscale: #484848. Windows color (decimal): -12173186 or 8273990. OLE color: 8273990.

HSL color Cylindrical-coordinate representation of color #46407E: hue angle of 245.81º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46407E is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 64 126 -
CMYK 0.44 0.49 0 0.51
HSL 245.81º 0.33% 0.37% -
HSV(B) 245.81º 0.49% 0.49% -
XYZ 8.13 6.48 20.56 -
YUV 72.86 157.99 125.96 -
System Red Green Blue C M Y K H S L
Decimal 70 64 126 0.44 0.49 0 0.51 245.81 0.33 0.37
Hex 46 40 7E 2C 31 0 33 F6 21 25
Octal 106 100 176 54 61 0 63 366 41 45
Binary 1000110 1000000 1111110 101100 110001 0 110011 11110110 100001 100101

Color Harmonies of #46407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46407E

Black with #46407E

Text Example


Text Example

White with #46407E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46407E; }

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

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

background-color css

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

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

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

border-color css

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

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

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