Html Css Color HEX #49448B Dark Slate Blue

📋 copy color: '#49448B'

red 73 ◦ green 68 ◦ blue 139

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

Shades of Dark Slate Blue #49448B

Tints of Dark Slate Blue #49448B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.29%

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

R = 26.07%
G = 24.29%
B = 49.64%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49448B (or 0x49448B) is known color: Dark Slate Blue. HEX triplet: 49, 44 and 8B. RGB value is (73,68,139). Sum of RGB (Red+Green+Blue) = 73+68+139=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #49448B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49448B is #B6BB74. Grayscale: #4D4D4D. Windows color (decimal): -11975541 or 9126985. OLE color: 9126985.

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

Color convert

RGB 73 68 139 -
CMYK 0.47 0.51 0 0.45
HSL 244.23º 0.34% 0.41% -
HSV(B) 244.23º 0.51% 0.55% -
XYZ 9.47 7.41 25.36 -
YUV 77.59 162.66 124.73 -
System Red Green Blue C M Y K H S L
Decimal 73 68 139 0.47 0.51 0 0.45 244.23 0.34 0.41
Hex 49 44 8B 2F 33 0 2D F4 22 29
Octal 111 104 213 57 63 0 55 364 42 51
Binary 1001001 1000100 10001011 101111 110011 0 101101 11110100 100010 101001

Color Harmonies of #49448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49448B

Black with #49448B

Text Example


Text Example

White with #49448B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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