Html Css Color HEX #49458C Dark Slate Blue

📋 copy color: '#49458C'

red 73 ◦ green 69 ◦ blue 140

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

Shades of Dark Slate Blue #49458C

Tints of Dark Slate Blue #49458C

RGB

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

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

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

R = 25.89%
G = 24.47%
B = 49.65%

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

#49458C (or 0x49458C) is known color: Dark Slate Blue. HEX triplet: 49, 45 and 8C. RGB value is (73,69,140). Sum of RGB (Red+Green+Blue) = 73+69+140=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 69 (27.34% from 255 or 24.47% 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 #49458C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49458C is #B6BA73. Grayscale: #4E4E4E. Windows color (decimal): -11975284 or 9192777. OLE color: 9192777.

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

Color convert

RGB 73 69 140 -
CMYK 0.48 0.51 0 0.45
HSL 243.38º 0.34% 0.41% -
HSV(B) 243.38º 0.51% 0.55% -
XYZ 9.61 7.57 25.76 -
YUV 78.29 162.83 124.23 -
System Red Green Blue C M Y K H S L
Decimal 73 69 140 0.48 0.51 0 0.45 243.38 0.34 0.41
Hex 49 45 8C 30 33 0 2D F3 22 29
Octal 111 105 214 60 63 0 55 363 42 51
Binary 1001001 1000101 10001100 110000 110011 0 101101 11110011 100010 101001

Color Harmonies of #49458C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49458C

Black with #49458C

Text Example


Text Example

White with #49458C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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