Html Css Color HEX #49279C Blue Gem

📋 copy color: '#49279C'

red 73 ◦ green 39 ◦ blue 156

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

Shades of Blue Gem #49279C

Tints of Blue Gem #49279C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.55%

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

R = 27.24%
G = 14.55%
B = 58.21%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49279C (or 0x49279C) is known color: Blue Gem. HEX triplet: 49, 27 and 9C. RGB value is (73,39,156). Sum of RGB (Red+Green+Blue) = 73+39+156=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 156 (61.33% from 255 or 58.21% from 268); Max value from RGB is 156 - color contains mainly: blue. Hex color #49279C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49279C is #B6D863. Grayscale: #3E3E3E. Windows color (decimal): -11982948 or 10233673. OLE color: 10233673.

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

Color convert

RGB 73 39 156 -
CMYK 0.53 0.75 0 0.39
HSL 257.44º 0.6% 0.38% -
HSV(B) 257.44º 0.75% 0.61% -
XYZ 9.47 5.27 31.97 -
YUV 62.5 180.76 135.49 -
System Red Green Blue C M Y K H S L
Decimal 73 39 156 0.53 0.75 0 0.39 257.44 0.6 0.38
Hex 49 27 9C 35 4B 0 27 101 3C 26
Octal 111 47 234 65 113 0 47 401 74 46
Binary 1001001 100111 10011100 110101 1001011 0 100111 100000001 111100 100110

Color Harmonies of #49279C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49279C

Black with #49279C

Text Example


Text Example

White with #49279C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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