Html Css Color HEX #49219E Blue Gem

📋 copy color: '#49219E'

red 73 ◦ green 33 ◦ blue 158

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

Shades of Blue Gem #49219E

Tints of Blue Gem #49219E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.5%

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

R = 27.65%
G = 12.5%
B = 59.85%

CMYK

 C value IS 0.54

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49219E (or 0x49219E) is known color: Blue Gem. HEX triplet: 49, 21 and 9E. RGB value is (73,33,158). Sum of RGB (Red+Green+Blue) = 73+33+158=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 158 (62.11% from 255 or 59.85% from 264); Max value from RGB is 158 - color contains mainly: blue. Hex color #49219E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49219E is #B6DE61. Grayscale: #3A3A3A. Windows color (decimal): -11984482 or 10363209. OLE color: 10363209.

HSL color Cylindrical-coordinate representation of color #49219E: hue angle of 259.2º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49219E is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 33 158 -
CMYK 0.54 0.79 0 0.38
HSL 259.2º 0.65% 0.37% -
HSV(B) 259.2º 0.79% 0.62% -
XYZ 9.46 4.97 32.81 -
YUV 59.21 183.75 137.84 -
System Red Green Blue C M Y K H S L
Decimal 73 33 158 0.54 0.79 0 0.38 259.2 0.65 0.37
Hex 49 21 9E 36 4F 0 26 103 41 25
Octal 111 41 236 66 117 0 46 403 101 45
Binary 1001001 100001 10011110 110110 1001111 0 100110 100000011 1000001 100101

Color Harmonies of #49219E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49219E

Black with #49219E

Text Example


Text Example

White with #49219E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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