Html Css Color HEX #49399E Blue Gem

📋 copy color: '#49399E'

red 73 ◦ green 57 ◦ blue 158

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

Shades of Blue Gem #49399E

Tints of Blue Gem #49399E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 54.86%

R = 25.35%
G = 19.79%
B = 54.86%

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

#49399E (or 0x49399E) is known color: Blue Gem. HEX triplet: 49, 39 and 9E. RGB value is (73,57,158). Sum of RGB (Red+Green+Blue) = 73+57+158=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 57 (22.66% from 255 or 19.79% from 288); Blue value is 158 (62.11% from 255 or 54.86% from 288); Max value from RGB is 158 - color contains mainly: blue. Hex color #49399E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49399E is #B6C661. Grayscale: #484848. Windows color (decimal): -11978338 or 10369353. OLE color: 10369353.

HSL color Cylindrical-coordinate representation of color #49399E: hue angle of 249.5º 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 #49399E is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 57 158 -
CMYK 0.54 0.64 0 0.38
HSL 249.5º 0.47% 0.42% -
HSV(B) 249.5º 0.64% 0.62% -
XYZ 10.38 6.81 33.12 -
YUV 73.3 175.8 127.79 -
System Red Green Blue C M Y K H S L
Decimal 73 57 158 0.54 0.64 0 0.38 249.5 0.47 0.42
Hex 49 39 9E 36 40 0 26 FA 2F 2A
Octal 111 71 236 66 100 0 46 372 57 52
Binary 1001001 111001 10011110 110110 1000000 0 100110 11111010 101111 101010

Color Harmonies of #49399E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49399E

Black with #49399E

Text Example


Text Example

White with #49399E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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