Html Css Color HEX #46498C Dark Slate Blue

📋 copy color: '#46498C'

red 70 ◦ green 73 ◦ blue 140

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

Shades of Dark Slate Blue #46498C

Tints of Dark Slate Blue #46498C

RGB

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

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

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

R = 24.73%
G = 25.8%
B = 49.47%

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

#46498C (or 0x46498C) is known color: Dark Slate Blue. HEX triplet: 46, 49 and 8C. RGB value is (70,73,140). Sum of RGB (Red+Green+Blue) = 70+73+140=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #46498C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46498C is #B9B673. Grayscale: #4F4F4F. Windows color (decimal): -12170868 or 9193798. OLE color: 9193798.

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

Color convert

RGB 70 73 140 -
CMYK 0.50 0.48 0 0.45
HSL 237.43º 0.33% 0.41% -
HSV(B) 237.43º 0.5% 0.55% -
XYZ 9.64 7.96 25.84 -
YUV 79.74 162.01 121.05 -
System Red Green Blue C M Y K H S L
Decimal 70 73 140 0.50 0.48 0 0.45 237.43 0.33 0.41
Hex 46 49 8C 32 30 0 2D ED 21 29
Octal 106 111 214 62 60 0 55 355 41 51
Binary 1000110 1001001 10001100 110010 110000 0 101101 11101101 100001 101001

Color Harmonies of #46498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46498C

Black with #46498C

Text Example


Text Example

White with #46498C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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