Html Css Color HEX #49399D Blue Gem

📋 copy color: '#49399D'

red 73 ◦ green 57 ◦ blue 157

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

Shades of Blue Gem #49399D

Tints of Blue Gem #49399D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 54.7%

R = 25.44%
G = 19.86%
B = 54.7%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49399D (or 0x49399D) is known color: Blue Gem. HEX triplet: 49, 39 and 9D. RGB value is (73,57,157). Sum of RGB (Red+Green+Blue) = 73+57+157=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #49399D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49399D is #B6C662. Grayscale: #484848. Windows color (decimal): -11978339 or 10303817. OLE color: 10303817.

HSL color Cylindrical-coordinate representation of color #49399D: hue angle of 249.6º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49399D is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 57 157 -
CMYK 0.54 0.64 0 0.38
HSL 249.6º 0.47% 0.42% -
HSV(B) 249.6º 0.64% 0.62% -
XYZ 10.3 6.78 32.66 -
YUV 73.18 175.3 127.87 -
System Red Green Blue C M Y K H S L
Decimal 73 57 157 0.54 0.64 0 0.38 249.6 0.47 0.42
Hex 49 39 9D 36 40 0 26 FA 2F 2A
Octal 111 71 235 66 100 0 46 372 57 52
Binary 1001001 111001 10011101 110110 1000000 0 100110 11111010 101111 101010

Color Harmonies of #49399D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49399D

Black with #49399D

Text Example


Text Example

White with #49399D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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