Html Css Color HEX #49219A Blue Gem

📋 copy color: '#49219A'

red 73 ◦ green 33 ◦ blue 154

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

Shades of Blue Gem #49219A

Tints of Blue Gem #49219A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 59.23%

R = 28.08%
G = 12.69%
B = 59.23%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#49219A (or 0x49219A) is known color: Blue Gem. HEX triplet: 49, 21 and 9A. RGB value is (73,33,154). Sum of RGB (Red+Green+Blue) = 73+33+154=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 154 (60.55% from 255 or 59.23% from 260); Max value from RGB is 154 - color contains mainly: blue. Hex color #49219A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49219A is #B6DE65. Grayscale: #3A3A3A. Windows color (decimal): -11984486 or 10101065. OLE color: 10101065.

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

Color convert

RGB 73 33 154 -
CMYK 0.53 0.79 0 0.40
HSL 259.83º 0.65% 0.37% -
HSV(B) 259.83º 0.79% 0.6% -
XYZ 9.12 4.84 31.02 -
YUV 58.75 181.75 138.16 -
System Red Green Blue C M Y K H S L
Decimal 73 33 154 0.53 0.79 0 0.40 259.83 0.65 0.37
Hex 49 21 9A 35 4F 0 28 104 41 25
Octal 111 41 232 65 117 0 50 404 101 45
Binary 1001001 100001 10011010 110101 1001111 0 101000 100000100 1000001 100101

Color Harmonies of #49219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49219A

Black with #49219A

Text Example


Text Example

White with #49219A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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