Html Css Color HEX #46498D Dark Slate Blue

📋 copy color: '#46498D'

red 70 ◦ green 73 ◦ blue 141

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

Shades of Dark Slate Blue #46498D

Tints of Dark Slate Blue #46498D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.7%

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

R = 24.65%
G = 25.7%
B = 49.65%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46498D (or 0x46498D) is known color: Dark Slate Blue. HEX triplet: 46, 49 and 8D. RGB value is (70,73,141). Sum of RGB (Red+Green+Blue) = 70+73+141=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #46498D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46498D is #B9B672. Grayscale: #4F4F4F. Windows color (decimal): -12170867 or 9259334. OLE color: 9259334.

HSL color Cylindrical-coordinate representation of color #46498D: hue angle of 237.46º 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 #46498D is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 73 141 -
CMYK 0.50 0.48 0 0.45
HSL 237.46º 0.34% 0.41% -
HSV(B) 237.46º 0.5% 0.55% -
XYZ 9.72 7.99 26.23 -
YUV 79.86 162.51 120.97 -
System Red Green Blue C M Y K H S L
Decimal 70 73 141 0.50 0.48 0 0.45 237.46 0.34 0.41
Hex 46 49 8D 32 30 0 2D ED 22 29
Octal 106 111 215 62 60 0 55 355 42 51
Binary 1000110 1001001 10001101 110010 110000 0 101101 11101101 100010 101001

Color Harmonies of #46498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46498D

Black with #46498D

Text Example


Text Example

White with #46498D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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