Html Css Color HEX #49468E Dark Slate Blue

📋 copy color: '#49468E'

red 73 ◦ green 70 ◦ blue 142

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

Shades of Dark Slate Blue #49468E

Tints of Dark Slate Blue #49468E

RGB

 RED value IS 73 (28.91% from 255) = 25.61%

 GREEN value IS 70 (27.73% from 255) = 24.56%

 BLUE value IS 142 (55.86% from 255) = 49.82%

R = 25.61%
G = 24.56%
B = 49.82%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49468E (or 0x49468E) is known color: Dark Slate Blue. HEX triplet: 49, 46 and 8E. RGB value is (73,70,142). Sum of RGB (Red+Green+Blue) = 73+70+142=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 142 (55.86% from 255 or 49.82% from 285); Max value from RGB is 142 - color contains mainly: blue. Hex color #49468E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49468E is #B6B971. Grayscale: #4E4E4E. Windows color (decimal): -11975026 or 9324105. OLE color: 9324105.

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

Color convert

RGB 73 70 142 -
CMYK 0.49 0.51 0 0.44
HSL 242.5º 0.34% 0.42% -
HSV(B) 242.5º 0.51% 0.56% -
XYZ 9.82 7.75 26.57 -
YUV 79.11 163.49 123.65 -
System Red Green Blue C M Y K H S L
Decimal 73 70 142 0.49 0.51 0 0.44 242.5 0.34 0.42
Hex 49 46 8E 31 33 0 2C F2 22 2A
Octal 111 106 216 61 63 0 54 362 42 52
Binary 1001001 1000110 10001110 110001 110011 0 101100 11110010 100010 101010

Color Harmonies of #49468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49468E

Black with #49468E

Text Example


Text Example

White with #49468E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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