Html Css Color HEX #49418B Dark Slate Blue

📋 copy color: '#49418B'

red 73 ◦ green 65 ◦ blue 139

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

Shades of Dark Slate Blue #49418B

Tints of Dark Slate Blue #49418B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.47%

 BLUE value IS 139 (54.69% from 255) = 50.18%

R = 26.35%
G = 23.47%
B = 50.18%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49418B (or 0x49418B) is known color: Dark Slate Blue. HEX triplet: 49, 41 and 8B. RGB value is (73,65,139). Sum of RGB (Red+Green+Blue) = 73+65+139=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #49418B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49418B is #B6BE74. Grayscale: #4B4B4B. Windows color (decimal): -11976309 or 9126217. OLE color: 9126217.

HSL color Cylindrical-coordinate representation of color #49418B: hue angle of 246.49º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49418B is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 65 139 -
CMYK 0.47 0.53 0 0.45
HSL 246.49º 0.36% 0.4% -
HSV(B) 246.49º 0.53% 0.55% -
XYZ 9.3 7.06 25.3 -
YUV 75.83 163.65 125.98 -
System Red Green Blue C M Y K H S L
Decimal 73 65 139 0.47 0.53 0 0.45 246.49 0.36 0.4
Hex 49 41 8B 2F 35 0 2D F6 24 28
Octal 111 101 213 57 65 0 55 366 44 50
Binary 1001001 1000001 10001011 101111 110101 0 101101 11110110 100100 101000

Color Harmonies of #49418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49418B

Black with #49418B

Text Example


Text Example

White with #49418B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49418B; }

 p { color: rgb(73,65,139); }

 H1.HeaderClassName
 {
   color: #49418B;
 }
 .AnyTagClassName
 {
   color: #49418B;
 }
</style>

background-color css

<style>
 a { background-color: #49418B; }

 a { background-color: rgb(73,65,139); }

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

border-color css

<style>
 span { border-color: #49418B; }

 span { border-color: rgb(73,65,139); }

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