Html Css Color HEX #49219B Blue Gem

📋 copy color: '#49219B'

red 73 ◦ green 33 ◦ blue 155

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

Shades of Blue Gem #49219B

Tints of Blue Gem #49219B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 59.39%

R = 27.97%
G = 12.64%
B = 59.39%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49219B (or 0x49219B) is known color: Blue Gem. HEX triplet: 49, 21 and 9B. RGB value is (73,33,155). Sum of RGB (Red+Green+Blue) = 73+33+155=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 155 (60.94% from 255 or 59.39% from 261); Max value from RGB is 155 - color contains mainly: blue. Hex color #49219B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49219B is #B6DE64. Grayscale: #3A3A3A. Windows color (decimal): -11984485 or 10166601. OLE color: 10166601.

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

Color convert

RGB 73 33 155 -
CMYK 0.53 0.79 0 0.39
HSL 259.67º 0.65% 0.37% -
HSV(B) 259.67º 0.79% 0.61% -
XYZ 9.21 4.87 31.47 -
YUV 58.87 182.25 138.08 -
System Red Green Blue C M Y K H S L
Decimal 73 33 155 0.53 0.79 0 0.39 259.67 0.65 0.37
Hex 49 21 9B 35 4F 0 27 104 41 25
Octal 111 41 233 65 117 0 47 404 101 45
Binary 1001001 100001 10011011 110101 1001111 0 100111 100000100 1000001 100101

Color Harmonies of #49219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49219B

Black with #49219B

Text Example


Text Example

White with #49219B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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