Html Css Color HEX #49199F Blue Gem

📋 copy color: '#49199F'

red 73 ◦ green 25 ◦ blue 159

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

Shades of Blue Gem #49199F

Tints of Blue Gem #49199F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.73%

 BLUE value IS 159 (62.5% from 255) = 61.87%

R = 28.4%
G = 9.73%
B = 61.87%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49199F (or 0x49199F) is known color: Blue Gem. HEX triplet: 49, 19 and 9F. RGB value is (73,25,159). Sum of RGB (Red+Green+Blue) = 73+25+159=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 159 (62.5% from 255 or 61.87% from 257); Max value from RGB is 159 - color contains mainly: blue. Hex color #49199F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49199F is #B6E660. Grayscale: #363636. Windows color (decimal): -11986529 or 10426697. OLE color: 10426697.

HSL color Cylindrical-coordinate representation of color #49199F: hue angle of 261.49º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49199F is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 25 159 -
CMYK 0.54 0.84 0 0.38
HSL 261.49º 0.73% 0.36% -
HSV(B) 261.49º 0.84% 0.62% -
XYZ 9.35 4.61 33.2 -
YUV 54.63 186.9 141.1 -
System Red Green Blue C M Y K H S L
Decimal 73 25 159 0.54 0.84 0 0.38 261.49 0.73 0.36
Hex 49 19 9F 36 54 0 26 105 49 24
Octal 111 31 237 66 124 0 46 405 111 44
Binary 1001001 11001 10011111 110110 1010100 0 100110 100000101 1001001 100100

Color Harmonies of #49199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49199F

Black with #49199F

Text Example


Text Example

White with #49199F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49199F; }

 p { color: rgb(73,25,159); }

 H1.HeaderClassName
 {
   color: #49199F;
 }
 .AnyTagClassName
 {
   color: #49199F;
 }
</style>

background-color css

<style>
 a { background-color: #49199F; }

 a { background-color: rgb(73,25,159); }

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

border-color css

<style>
 span { border-color: #49199F; }

 span { border-color: rgb(73,25,159); }

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