Html Css Color HEX #49299A Blue Gem

📋 copy color: '#49299A'

red 73 ◦ green 41 ◦ blue 154

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

Shades of Blue Gem #49299A

Tints of Blue Gem #49299A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.3%

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

R = 27.24%
G = 15.3%
B = 57.46%

CMYK

 C value IS 0.53

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#49299A (or 0x49299A) is known color: Blue Gem. HEX triplet: 49, 29 and 9A. RGB value is (73,41,154). Sum of RGB (Red+Green+Blue) = 73+41+154=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 154 (60.55% from 255 or 57.46% from 268); Max value from RGB is 154 - color contains mainly: blue. Hex color #49299A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49299A is #B6D665. Grayscale: #3F3F3F. Windows color (decimal): -11982438 or 10103113. OLE color: 10103113.

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

Color convert

RGB 73 41 154 -
CMYK 0.53 0.73 0 0.40
HSL 256.99º 0.58% 0.38% -
HSV(B) 256.99º 0.73% 0.6% -
XYZ 9.37 5.34 31.11 -
YUV 63.45 179.1 134.81 -
System Red Green Blue C M Y K H S L
Decimal 73 41 154 0.53 0.73 0 0.40 256.99 0.58 0.38
Hex 49 29 9A 35 49 0 28 101 3A 26
Octal 111 51 232 65 111 0 50 401 72 46
Binary 1001001 101001 10011010 110101 1001001 0 101000 100000001 111010 100110

Color Harmonies of #49299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49299A

Black with #49299A

Text Example


Text Example

White with #49299A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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