Html Css Color HEX #49318C Blue Gem

📋 copy color: '#49318C'

red 73 ◦ green 49 ◦ blue 140

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

Shades of Blue Gem #49318C

Tints of Blue Gem #49318C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 53.44%

R = 27.86%
G = 18.7%
B = 53.44%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49318C (or 0x49318C) is known color: Blue Gem. HEX triplet: 49, 31 and 8C. RGB value is (73,49,140). Sum of RGB (Red+Green+Blue) = 73+49+140=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 140 (55.08% from 255 or 53.44% from 262); Max value from RGB is 140 - color contains mainly: blue. Hex color #49318C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49318C is #B6CE73. Grayscale: #424242. Windows color (decimal): -11980404 or 9187657. OLE color: 9187657.

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

Color convert

RGB 73 49 140 -
CMYK 0.48 0.65 0 0.45
HSL 255.82º 0.48% 0.37% -
HSV(B) 255.82º 0.65% 0.55% -
XYZ 8.58 5.51 25.42 -
YUV 66.55 169.45 132.6 -
System Red Green Blue C M Y K H S L
Decimal 73 49 140 0.48 0.65 0 0.45 255.82 0.48 0.37
Hex 49 31 8C 30 41 0 2D 100 30 25
Octal 111 61 214 60 101 0 55 400 60 45
Binary 1001001 110001 10001100 110000 1000001 0 101101 100000000 110000 100101

Color Harmonies of #49318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49318C

Black with #49318C

Text Example


Text Example

White with #49318C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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