Html Css Color HEX #49219C Blue Gem

📋 copy color: '#49219C'

red 73 ◦ green 33 ◦ blue 156

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

Shades of Blue Gem #49219C

Tints of Blue Gem #49219C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.6%

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

R = 27.86%
G = 12.6%
B = 59.54%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49219C (or 0x49219C) is known color: Blue Gem. HEX triplet: 49, 21 and 9C. RGB value is (73,33,156). Sum of RGB (Red+Green+Blue) = 73+33+156=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 156 (61.33% from 255 or 59.54% from 262); Max value from RGB is 156 - color contains mainly: blue. Hex color #49219C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49219C is #B6DE63. Grayscale: #3A3A3A. Windows color (decimal): -11984484 or 10232137. OLE color: 10232137.

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

Color convert

RGB 73 33 156 -
CMYK 0.53 0.79 0 0.39
HSL 259.51º 0.65% 0.37% -
HSV(B) 259.51º 0.79% 0.61% -
XYZ 9.29 4.9 31.91 -
YUV 58.98 182.75 138 -
System Red Green Blue C M Y K H S L
Decimal 73 33 156 0.53 0.79 0 0.39 259.51 0.65 0.37
Hex 49 21 9C 35 4F 0 27 104 41 25
Octal 111 41 234 65 117 0 47 404 101 45
Binary 1001001 100001 10011100 110101 1001111 0 100111 100000100 1000001 100101

Color Harmonies of #49219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49219C

Black with #49219C

Text Example


Text Example

White with #49219C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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