Html Css Color HEX #49249E Blue Gem

📋 copy color: '#49249E'

red 73 ◦ green 36 ◦ blue 158

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

Shades of Blue Gem #49249E

Tints of Blue Gem #49249E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 59.18%

R = 27.34%
G = 13.48%
B = 59.18%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49249E (or 0x49249E) is known color: Blue Gem. HEX triplet: 49, 24 and 9E. RGB value is (73,36,158). Sum of RGB (Red+Green+Blue) = 73+36+158=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 158 (62.11% from 255 or 59.18% from 267); Max value from RGB is 158 - color contains mainly: blue. Hex color #49249E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49249E is #B6DB61. Grayscale: #3C3C3C. Windows color (decimal): -11983714 or 10363977. OLE color: 10363977.

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

Color convert

RGB 73 36 158 -
CMYK 0.54 0.77 0 0.38
HSL 258.2º 0.63% 0.38% -
HSV(B) 258.2º 0.77% 0.62% -
XYZ 9.55 5.15 32.84 -
YUV 60.97 182.76 136.58 -
System Red Green Blue C M Y K H S L
Decimal 73 36 158 0.54 0.77 0 0.38 258.2 0.63 0.38
Hex 49 24 9E 36 4D 0 26 102 3F 26
Octal 111 44 236 66 115 0 46 402 77 46
Binary 1001001 100100 10011110 110110 1001101 0 100110 100000010 111111 100110

Color Harmonies of #49249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49249E

Black with #49249E

Text Example


Text Example

White with #49249E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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