Html Css Color HEX #49408C Dark Slate Blue

📋 copy color: '#49408C'

red 73 ◦ green 64 ◦ blue 140

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

Shades of Dark Slate Blue #49408C

Tints of Dark Slate Blue #49408C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.1%

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

R = 26.35%
G = 23.1%
B = 50.54%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49408C (or 0x49408C) is known color: Dark Slate Blue. HEX triplet: 49, 40 and 8C. RGB value is (73,64,140). Sum of RGB (Red+Green+Blue) = 73+64+140=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #49408C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49408C is #B6BF73. Grayscale: #4B4B4B. Windows color (decimal): -11976564 or 9191497. OLE color: 9191497.

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

Color convert

RGB 73 64 140 -
CMYK 0.48 0.54 0 0.45
HSL 247.11º 0.37% 0.4% -
HSV(B) 247.11º 0.54% 0.55% -
XYZ 9.31 6.98 25.67 -
YUV 75.36 164.48 126.32 -
System Red Green Blue C M Y K H S L
Decimal 73 64 140 0.48 0.54 0 0.45 247.11 0.37 0.4
Hex 49 40 8C 30 36 0 2D F7 25 28
Octal 111 100 214 60 66 0 55 367 45 50
Binary 1001001 1000000 10001100 110000 110110 0 101101 11110111 100101 101000

Color Harmonies of #49408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49408C

Black with #49408C

Text Example


Text Example

White with #49408C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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