Html Css Color HEX #49438E Dark Slate Blue

📋 copy color: '#49438E'

red 73 ◦ green 67 ◦ blue 142

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

Shades of Dark Slate Blue #49438E

Tints of Dark Slate Blue #49438E

RGB

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

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

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

R = 25.89%
G = 23.76%
B = 50.35%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49438E (or 0x49438E) is known color: Dark Slate Blue. HEX triplet: 49, 43 and 8E. RGB value is (73,67,142). Sum of RGB (Red+Green+Blue) = 73+67+142=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 142 (55.86% from 255 or 50.35% from 282); Max value from RGB is 142 - color contains mainly: blue. Hex color #49438E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49438E is #B6BC71. Grayscale: #4D4D4D. Windows color (decimal): -11975794 or 9323337. OLE color: 9323337.

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

Color convert

RGB 73 67 142 -
CMYK 0.49 0.53 0 0.44
HSL 244.8º 0.36% 0.41% -
HSV(B) 244.8º 0.53% 0.56% -
XYZ 9.64 7.38 26.51 -
YUV 77.34 164.49 124.9 -
System Red Green Blue C M Y K H S L
Decimal 73 67 142 0.49 0.53 0 0.44 244.8 0.36 0.41
Hex 49 43 8E 31 35 0 2C F5 24 29
Octal 111 103 216 61 65 0 54 365 44 51
Binary 1001001 1000011 10001110 110001 110101 0 101100 11110101 100100 101001

Color Harmonies of #49438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49438E

Black with #49438E

Text Example


Text Example

White with #49438E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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