Html Css Color HEX #49229A Blue Gem

📋 copy color: '#49229A'

red 73 ◦ green 34 ◦ blue 154

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

Shades of Blue Gem #49229A

Tints of Blue Gem #49229A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.03%

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

R = 27.97%
G = 13.03%
B = 59%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#49229A (or 0x49229A) is known color: Blue Gem. HEX triplet: 49, 22 and 9A. RGB value is (73,34,154). Sum of RGB (Red+Green+Blue) = 73+34+154=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 154 (60.55% from 255 or 59.00% from 261); Max value from RGB is 154 - color contains mainly: blue. Hex color #49229A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49229A is #B6DD65. Grayscale: #3A3A3A. Windows color (decimal): -11984230 or 10101321. OLE color: 10101321.

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

Color convert

RGB 73 34 154 -
CMYK 0.53 0.78 0 0.40
HSL 259.5º 0.64% 0.37% -
HSV(B) 259.5º 0.78% 0.6% -
XYZ 9.15 4.89 31.03 -
YUV 59.34 181.42 137.74 -
System Red Green Blue C M Y K H S L
Decimal 73 34 154 0.53 0.78 0 0.40 259.5 0.64 0.37
Hex 49 22 9A 35 4E 0 28 104 40 25
Octal 111 42 232 65 116 0 50 404 100 45
Binary 1001001 100010 10011010 110101 1001110 0 101000 100000100 1000000 100101

Color Harmonies of #49229A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49229A

Black with #49229A

Text Example


Text Example

White with #49229A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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