Html Css Color HEX #49319C Blue Gem

📋 copy color: '#49319C'

red 73 ◦ green 49 ◦ blue 156

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

Shades of Blue Gem #49319C

Tints of Blue Gem #49319C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 56.12%

R = 26.26%
G = 17.63%
B = 56.12%

CMYK

 C value IS 0.53

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49319C (or 0x49319C) is known color: Blue Gem. HEX triplet: 49, 31 and 9C. RGB value is (73,49,156). Sum of RGB (Red+Green+Blue) = 73+49+156=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 156 (61.33% from 255 or 56.12% from 278); Max value from RGB is 156 - color contains mainly: blue. Hex color #49319C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49319C is #B6CE63. Grayscale: #434343. Windows color (decimal): -11980388 or 10236233. OLE color: 10236233.

HSL color Cylindrical-coordinate representation of color #49319C: hue angle of 253.46º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49319C is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 49 156 -
CMYK 0.53 0.69 0 0.39
HSL 253.46º 0.52% 0.4% -
HSV(B) 253.46º 0.69% 0.61% -
XYZ 9.85 6.01 32.09 -
YUV 68.37 177.45 131.3 -
System Red Green Blue C M Y K H S L
Decimal 73 49 156 0.53 0.69 0 0.39 253.46 0.52 0.4
Hex 49 31 9C 35 45 0 27 FD 34 28
Octal 111 61 234 65 105 0 47 375 64 50
Binary 1001001 110001 10011100 110101 1000101 0 100111 11111101 110100 101000

Color Harmonies of #49319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49319C

Black with #49319C

Text Example


Text Example

White with #49319C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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