Html Css Color HEX #49398D Blue Gem

📋 copy color: '#49398D'

red 73 ◦ green 57 ◦ blue 141

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

Shades of Blue Gem #49398D

Tints of Blue Gem #49398D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.03%

 BLUE value IS 141 (55.47% from 255) = 52.03%

R = 26.94%
G = 21.03%
B = 52.03%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49398D (or 0x49398D) is known color: Blue Gem. HEX triplet: 49, 39 and 8D. RGB value is (73,57,141). Sum of RGB (Red+Green+Blue) = 73+57+141=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #49398D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49398D is #B6C672. Grayscale: #474747. Windows color (decimal): -11978355 or 9255241. OLE color: 9255241.

HSL color Cylindrical-coordinate representation of color #49398D: hue angle of 251.43º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49398D is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 57 141 -
CMYK 0.48 0.60 0 0.45
HSL 251.43º 0.42% 0.39% -
HSV(B) 251.43º 0.6% 0.55% -
XYZ 9.02 6.27 25.93 -
YUV 71.36 167.3 129.17 -
System Red Green Blue C M Y K H S L
Decimal 73 57 141 0.48 0.60 0 0.45 251.43 0.42 0.39
Hex 49 39 8D 30 3C 0 2D FB 2A 27
Octal 111 71 215 60 74 0 55 373 52 47
Binary 1001001 111001 10001101 110000 111100 0 101101 11111011 101010 100111

Color Harmonies of #49398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49398D

Black with #49398D

Text Example


Text Example

White with #49398D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49398D; }

 p { color: rgb(73,57,141); }

 H1.HeaderClassName
 {
   color: #49398D;
 }
 .AnyTagClassName
 {
   color: #49398D;
 }
</style>

background-color css

<style>
 a { background-color: #49398D; }

 a { background-color: rgb(73,57,141); }

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

border-color css

<style>
 span { border-color: #49398D; }

 span { border-color: rgb(73,57,141); }

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