Html Css Color HEX #49428A Dark Slate Blue

📋 copy color: '#49428A'

red 73 ◦ green 66 ◦ blue 138

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

Shades of Dark Slate Blue #49428A

Tints of Dark Slate Blue #49428A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 49.82%

R = 26.35%
G = 23.83%
B = 49.82%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#49428A (or 0x49428A) is known color: Dark Slate Blue. HEX triplet: 49, 42 and 8A. RGB value is (73,66,138). Sum of RGB (Red+Green+Blue) = 73+66+138=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #49428A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49428A is #B6BD75. Grayscale: #4C4C4C. Windows color (decimal): -11976054 or 9060937. OLE color: 9060937.

HSL color Cylindrical-coordinate representation of color #49428A: hue angle of 245.83º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #49428A is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 66 138 -
CMYK 0.47 0.52 0 0.46
HSL 245.83º 0.35% 0.4% -
HSV(B) 245.83º 0.52% 0.54% -
XYZ 9.28 7.15 24.94 -
YUV 76.3 162.82 125.65 -
System Red Green Blue C M Y K H S L
Decimal 73 66 138 0.47 0.52 0 0.46 245.83 0.35 0.4
Hex 49 42 8A 2F 34 0 2E F6 23 28
Octal 111 102 212 57 64 0 56 366 43 50
Binary 1001001 1000010 10001010 101111 110100 0 101110 11110110 100011 101000

Color Harmonies of #49428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49428A

Black with #49428A

Text Example


Text Example

White with #49428A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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