Html Css Color HEX #49428B Dark Slate Blue

📋 copy color: '#49428B'

red 73 ◦ green 66 ◦ blue 139

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

Shades of Dark Slate Blue #49428B

Tints of Dark Slate Blue #49428B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.74%

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

R = 26.26%
G = 23.74%
B = 50%

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

#49428B (or 0x49428B) is known color: Dark Slate Blue. HEX triplet: 49, 42 and 8B. RGB value is (73,66,139). Sum of RGB (Red+Green+Blue) = 73+66+139=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: blue. Hex color #49428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49428B is #B6BD74. Grayscale: #4C4C4C. Windows color (decimal): -11976053 or 9126473. OLE color: 9126473.

HSL color Cylindrical-coordinate representation of color #49428B: hue angle of 245.75º 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 #49428B is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 66 139 -
CMYK 0.47 0.53 0 0.45
HSL 245.75º 0.36% 0.4% -
HSV(B) 245.75º 0.53% 0.55% -
XYZ 9.36 7.18 25.32 -
YUV 76.42 163.32 125.56 -
System Red Green Blue C M Y K H S L
Decimal 73 66 139 0.47 0.53 0 0.45 245.75 0.36 0.4
Hex 49 42 8B 2F 35 0 2D F6 24 28
Octal 111 102 213 57 65 0 55 366 44 50
Binary 1001001 1000010 10001011 101111 110101 0 101101 11110110 100100 101000

Color Harmonies of #49428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49428B

Black with #49428B

Text Example


Text Example

White with #49428B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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