Html Css Color HEX #49209D Blue Gem

📋 copy color: '#49209D'

red 73 ◦ green 32 ◦ blue 157

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

Shades of Blue Gem #49209D

Tints of Blue Gem #49209D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.21%

 BLUE value IS 157 (61.72% from 255) = 59.92%

R = 27.86%
G = 12.21%
B = 59.92%

CMYK

 C value IS 0.54

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49209D (or 0x49209D) is known color: Blue Gem. HEX triplet: 49, 20 and 9D. RGB value is (73,32,157). Sum of RGB (Red+Green+Blue) = 73+32+157=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 157 (61.72% from 255 or 59.92% from 262); Max value from RGB is 157 - color contains mainly: blue. Hex color #49209D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49209D is #B6DF62. Grayscale: #3A3A3A. Windows color (decimal): -11984739 or 10297417. OLE color: 10297417.

HSL color Cylindrical-coordinate representation of color #49209D: hue angle of 259.68º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #49209D is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 32 157 -
CMYK 0.54 0.80 0 0.38
HSL 259.68º 0.66% 0.37% -
HSV(B) 259.68º 0.8% 0.62% -
XYZ 9.35 4.88 32.35 -
YUV 58.51 183.58 138.34 -
System Red Green Blue C M Y K H S L
Decimal 73 32 157 0.54 0.80 0 0.38 259.68 0.66 0.37
Hex 49 20 9D 36 50 0 26 104 42 25
Octal 111 40 235 66 120 0 46 404 102 45
Binary 1001001 100000 10011101 110110 1010000 0 100110 100000100 1000010 100101

Color Harmonies of #49209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49209D

Black with #49209D

Text Example


Text Example

White with #49209D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49209D; }

 p { color: rgb(73,32,157); }

 H1.HeaderClassName
 {
   color: #49209D;
 }
 .AnyTagClassName
 {
   color: #49209D;
 }
</style>

background-color css

<style>
 a { background-color: #49209D; }

 a { background-color: rgb(73,32,157); }

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

border-color css

<style>
 span { border-color: #49209D; }

 span { border-color: rgb(73,32,157); }

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