Html Css Color HEX #49318E Blue Gem

📋 copy color: '#49318E'

red 73 ◦ green 49 ◦ blue 142

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

Shades of Blue Gem #49318E

Tints of Blue Gem #49318E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.56%

 BLUE value IS 142 (55.86% from 255) = 53.79%

R = 27.65%
G = 18.56%
B = 53.79%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49318E (or 0x49318E) is known color: Blue Gem. HEX triplet: 49, 31 and 8E. RGB value is (73,49,142). Sum of RGB (Red+Green+Blue) = 73+49+142=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 142 (55.86% from 255 or 53.79% from 264); Max value from RGB is 142 - color contains mainly: blue. Hex color #49318E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49318E is #B6CE71. Grayscale: #424242. Windows color (decimal): -11980402 or 9318729. OLE color: 9318729.

HSL color Cylindrical-coordinate representation of color #49318E: hue angle of 255.48º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49318E is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 49 142 -
CMYK 0.49 0.65 0 0.44
HSL 255.48º 0.49% 0.37% -
HSV(B) 255.48º 0.65% 0.56% -
XYZ 8.73 5.57 26.21 -
YUV 66.78 170.45 132.44 -
System Red Green Blue C M Y K H S L
Decimal 73 49 142 0.49 0.65 0 0.44 255.48 0.49 0.37
Hex 49 31 8E 31 41 0 2C FF 31 25
Octal 111 61 216 61 101 0 54 377 61 45
Binary 1001001 110001 10001110 110001 1000001 0 101100 11111111 110001 100101

Color Harmonies of #49318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49318E

Black with #49318E

Text Example


Text Example

White with #49318E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,49,142); }

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

background-color css

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

 a { background-color: rgb(73,49,142); }

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

border-color css

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

 span { border-color: rgb(73,49,142); }

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