Html Css Color HEX #49299B Blue Gem

📋 copy color: '#49299B'

red 73 ◦ green 41 ◦ blue 155

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

Shades of Blue Gem #49299B

Tints of Blue Gem #49299B

RGB

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

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

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

R = 27.14%
G = 15.24%
B = 57.62%

CMYK

 C value IS 0.53

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49299B (or 0x49299B) is known color: Blue Gem. HEX triplet: 49, 29 and 9B. RGB value is (73,41,155). Sum of RGB (Red+Green+Blue) = 73+41+155=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #49299B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49299B is #B6D664. Grayscale: #3F3F3F. Windows color (decimal): -11982437 or 10168649. OLE color: 10168649.

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

Color convert

RGB 73 41 155 -
CMYK 0.53 0.74 0 0.39
HSL 256.84º 0.58% 0.38% -
HSV(B) 256.84º 0.74% 0.61% -
XYZ 9.46 5.37 31.55 -
YUV 63.56 179.6 134.73 -
System Red Green Blue C M Y K H S L
Decimal 73 41 155 0.53 0.74 0 0.39 256.84 0.58 0.38
Hex 49 29 9B 35 4A 0 27 101 3A 26
Octal 111 51 233 65 112 0 47 401 72 46
Binary 1001001 101001 10011011 110101 1001010 0 100111 100000001 111010 100110

Color Harmonies of #49299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49299B

Black with #49299B

Text Example


Text Example

White with #49299B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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