Html Css Color HEX #46488C Dark Slate Blue

📋 copy color: '#46488C'

red 70 ◦ green 72 ◦ blue 140

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

Shades of Dark Slate Blue #46488C

Tints of Dark Slate Blue #46488C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.53%

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

R = 24.82%
G = 25.53%
B = 49.65%

CMYK

 C value IS 0.50

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46488C (or 0x46488C) is known color: Dark Slate Blue. HEX triplet: 46, 48 and 8C. RGB value is (70,72,140). Sum of RGB (Red+Green+Blue) = 70+72+140=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #46488C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46488C is #B9B773. Grayscale: #4E4E4E. Windows color (decimal): -12171124 or 9193542. OLE color: 9193542.

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

Color convert

RGB 70 72 140 -
CMYK 0.50 0.49 0 0.45
HSL 238.29º 0.33% 0.41% -
HSV(B) 238.29º 0.5% 0.55% -
XYZ 9.58 7.83 25.82 -
YUV 79.15 162.34 121.47 -
System Red Green Blue C M Y K H S L
Decimal 70 72 140 0.50 0.49 0 0.45 238.29 0.33 0.41
Hex 46 48 8C 32 31 0 2D EE 21 29
Octal 106 110 214 62 61 0 55 356 41 51
Binary 1000110 1001000 10001100 110010 110001 0 101101 11101110 100001 101001

Color Harmonies of #46488C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46488C

Black with #46488C

Text Example


Text Example

White with #46488C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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