Html Css Color HEX #49209F Blue Gem

📋 copy color: '#49209F'

red 73 ◦ green 32 ◦ blue 159

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

Shades of Blue Gem #49209F

Tints of Blue Gem #49209F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 60.23%

R = 27.65%
G = 12.12%
B = 60.23%

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

#49209F (or 0x49209F) is known color: Blue Gem. HEX triplet: 49, 20 and 9F. RGB value is (73,32,159). Sum of RGB (Red+Green+Blue) = 73+32+159=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 159 (62.5% from 255 or 60.23% from 264); Max value from RGB is 159 - color contains mainly: blue. Hex color #49209F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49209F is #B6DF60. Grayscale: #3A3A3A. Windows color (decimal): -11984737 or 10428489. OLE color: 10428489.

HSL color Cylindrical-coordinate representation of color #49209F: hue angle of 259.37º 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 #49209F is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 32 159 -
CMYK 0.54 0.80 0 0.38
HSL 259.37º 0.66% 0.37% -
HSV(B) 259.37º 0.8% 0.62% -
XYZ 9.52 4.95 33.25 -
YUV 58.74 184.58 138.17 -
System Red Green Blue C M Y K H S L
Decimal 73 32 159 0.54 0.80 0 0.38 259.37 0.66 0.37
Hex 49 20 9F 36 50 0 26 103 42 25
Octal 111 40 237 66 120 0 46 403 102 45
Binary 1001001 100000 10011111 110110 1010000 0 100110 100000011 1000010 100101

Color Harmonies of #49209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49209F

Black with #49209F

Text Example


Text Example

White with #49209F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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