Html Css Color HEX #49478C Dark Slate Blue

📋 copy color: '#49478C'

red 73 ◦ green 71 ◦ blue 140

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

Shades of Dark Slate Blue #49478C

Tints of Dark Slate Blue #49478C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25%

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

R = 25.7%
G = 25%
B = 49.3%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49478C (or 0x49478C) is known color: Dark Slate Blue. HEX triplet: 49, 47 and 8C. RGB value is (73,71,140). Sum of RGB (Red+Green+Blue) = 73+71+140=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #49478C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49478C is #B6B873. Grayscale: #4F4F4F. Windows color (decimal): -11974772 or 9193289. OLE color: 9193289.

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

Color convert

RGB 73 71 140 -
CMYK 0.48 0.49 0 0.45
HSL 241.74º 0.33% 0.41% -
HSV(B) 241.74º 0.49% 0.55% -
XYZ 9.73 7.82 25.81 -
YUV 79.46 162.16 123.39 -
System Red Green Blue C M Y K H S L
Decimal 73 71 140 0.48 0.49 0 0.45 241.74 0.33 0.41
Hex 49 47 8C 30 31 0 2D F2 21 29
Octal 111 107 214 60 61 0 55 362 41 51
Binary 1001001 1000111 10001100 110000 110001 0 101101 11110010 100001 101001

Color Harmonies of #49478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49478C

Black with #49478C

Text Example


Text Example

White with #49478C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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