Html Css Color HEX #49339E Blue Gem

📋 copy color: '#49339E'

red 73 ◦ green 51 ◦ blue 158

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

Shades of Blue Gem #49339E

Tints of Blue Gem #49339E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.09%

 BLUE value IS 158 (62.11% from 255) = 56.03%

R = 25.89%
G = 18.09%
B = 56.03%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49339E (or 0x49339E) is known color: Blue Gem. HEX triplet: 49, 33 and 9E. RGB value is (73,51,158). Sum of RGB (Red+Green+Blue) = 73+51+158=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 158 (62.11% from 255 or 56.03% from 282); Max value from RGB is 158 - color contains mainly: blue. Hex color #49339E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49339E is #B6CC61. Grayscale: #454545. Windows color (decimal): -11979874 or 10367817. OLE color: 10367817.

HSL color Cylindrical-coordinate representation of color #49339E: hue angle of 252.34º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49339E is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 51 158 -
CMYK 0.54 0.68 0 0.38
HSL 252.34º 0.51% 0.41% -
HSV(B) 252.34º 0.68% 0.62% -
XYZ 10.1 6.25 33.02 -
YUV 69.78 177.79 130.3 -
System Red Green Blue C M Y K H S L
Decimal 73 51 158 0.54 0.68 0 0.38 252.34 0.51 0.41
Hex 49 33 9E 36 44 0 26 FC 33 29
Octal 111 63 236 66 104 0 46 374 63 51
Binary 1001001 110011 10011110 110110 1000100 0 100110 11111100 110011 101001

Color Harmonies of #49339E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49339E

Black with #49339E

Text Example


Text Example

White with #49339E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49339E; }

 p { color: rgb(73,51,158); }

 H1.HeaderClassName
 {
   color: #49339E;
 }
 .AnyTagClassName
 {
   color: #49339E;
 }
</style>

background-color css

<style>
 a { background-color: #49339E; }

 a { background-color: rgb(73,51,158); }

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

border-color css

<style>
 span { border-color: #49339E; }

 span { border-color: rgb(73,51,158); }

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