Html Css Color HEX #49458D Dark Slate Blue

📋 copy color: '#49458D'

red 73 ◦ green 69 ◦ blue 141

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

Shades of Dark Slate Blue #49458D

Tints of Dark Slate Blue #49458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.38%

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

R = 25.8%
G = 24.38%
B = 49.82%

CMYK

 C value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49458D (or 0x49458D) is known color: Dark Slate Blue. HEX triplet: 49, 45 and 8D. RGB value is (73,69,141). Sum of RGB (Red+Green+Blue) = 73+69+141=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #49458D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49458D is #B6BA72. Grayscale: #4E4E4E. Windows color (decimal): -11975283 or 9258313. OLE color: 9258313.

HSL color Cylindrical-coordinate representation of color #49458D: hue angle of 243.33º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49458D is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 69 141 -
CMYK 0.48 0.51 0 0.45
HSL 243.33º 0.34% 0.41% -
HSV(B) 243.33º 0.51% 0.55% -
XYZ 9.68 7.6 26.16 -
YUV 78.4 163.33 124.15 -
System Red Green Blue C M Y K H S L
Decimal 73 69 141 0.48 0.51 0 0.45 243.33 0.34 0.41
Hex 49 45 8D 30 33 0 2D F3 22 29
Octal 111 105 215 60 63 0 55 363 42 51
Binary 1001001 1000101 10001101 110000 110011 0 101101 11110011 100010 101001

Color Harmonies of #49458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49458D

Black with #49458D

Text Example


Text Example

White with #49458D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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