Html Css Color HEX #49249C Blue Gem

📋 copy color: '#49249C'

red 73 ◦ green 36 ◦ blue 156

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

Shades of Blue Gem #49249C

Tints of Blue Gem #49249C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.58%

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

R = 27.55%
G = 13.58%
B = 58.87%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49249C (or 0x49249C) is known color: Blue Gem. HEX triplet: 49, 24 and 9C. RGB value is (73,36,156). Sum of RGB (Red+Green+Blue) = 73+36+156=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 156 (61.33% from 255 or 58.87% from 265); Max value from RGB is 156 - color contains mainly: blue. Hex color #49249C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49249C is #B6DB63. Grayscale: #3C3C3C. Windows color (decimal): -11983716 or 10232905. OLE color: 10232905.

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

Color convert

RGB 73 36 156 -
CMYK 0.53 0.77 0 0.39
HSL 258.5º 0.63% 0.38% -
HSV(B) 258.5º 0.77% 0.61% -
XYZ 9.38 5.08 31.94 -
YUV 60.74 181.76 136.74 -
System Red Green Blue C M Y K H S L
Decimal 73 36 156 0.53 0.77 0 0.39 258.5 0.63 0.38
Hex 49 24 9C 35 4D 0 27 102 3E 26
Octal 111 44 234 65 115 0 47 402 76 46
Binary 1001001 100100 10011100 110101 1001101 0 100111 100000010 111110 100110

Color Harmonies of #49249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49249C

Black with #49249C

Text Example


Text Example

White with #49249C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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