Html Css Color HEX #49438C Dark Slate Blue

📋 copy color: '#49438C'

red 73 ◦ green 67 ◦ blue 140

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

Shades of Dark Slate Blue #49438C

Tints of Dark Slate Blue #49438C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.93%

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

R = 26.07%
G = 23.93%
B = 50%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49438C (or 0x49438C) is known color: Dark Slate Blue. HEX triplet: 49, 43 and 8C. RGB value is (73,67,140). Sum of RGB (Red+Green+Blue) = 73+67+140=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #49438C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49438C is #B6BC73. Grayscale: #4C4C4C. Windows color (decimal): -11975796 or 9192265. OLE color: 9192265.

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

Color convert

RGB 73 67 140 -
CMYK 0.48 0.52 0 0.45
HSL 244.93º 0.35% 0.41% -
HSV(B) 244.93º 0.52% 0.55% -
XYZ 9.49 7.32 25.72 -
YUV 77.12 163.49 125.06 -
System Red Green Blue C M Y K H S L
Decimal 73 67 140 0.48 0.52 0 0.45 244.93 0.35 0.41
Hex 49 43 8C 30 34 0 2D F5 23 29
Octal 111 103 214 60 64 0 55 365 43 51
Binary 1001001 1000011 10001100 110000 110100 0 101101 11110101 100011 101001

Color Harmonies of #49438C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49438C

Black with #49438C

Text Example


Text Example

White with #49438C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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