Html Css Color HEX #49458B Dark Slate Blue

📋 copy color: '#49458B'

red 73 ◦ green 69 ◦ blue 139

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

Shades of Dark Slate Blue #49458B

Tints of Dark Slate Blue #49458B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.56%

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

R = 25.98%
G = 24.56%
B = 49.47%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49458B (or 0x49458B) is known color: Dark Slate Blue. HEX triplet: 49, 45 and 8B. RGB value is (73,69,139). Sum of RGB (Red+Green+Blue) = 73+69+139=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #49458B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49458B is #B6BA74. Grayscale: #4D4D4D. Windows color (decimal): -11975285 or 9127241. OLE color: 9127241.

HSL color Cylindrical-coordinate representation of color #49458B: hue angle of 243.43º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49458B is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 69 139 -
CMYK 0.47 0.50 0 0.45
HSL 243.43º 0.34% 0.41% -
HSV(B) 243.43º 0.5% 0.55% -
XYZ 9.54 7.54 25.38 -
YUV 78.18 162.33 124.31 -
System Red Green Blue C M Y K H S L
Decimal 73 69 139 0.47 0.50 0 0.45 243.43 0.34 0.41
Hex 49 45 8B 2F 32 0 2D F3 22 29
Octal 111 105 213 57 62 0 55 363 42 51
Binary 1001001 1000101 10001011 101111 110010 0 101101 11110011 100010 101001

Color Harmonies of #49458B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49458B

Black with #49458B

Text Example


Text Example

White with #49458B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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