Html Css Color HEX #49279E Blue Gem

📋 copy color: '#49279E'

red 73 ◦ green 39 ◦ blue 158

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

Shades of Blue Gem #49279E

Tints of Blue Gem #49279E

RGB

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

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

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

R = 27.04%
G = 14.44%
B = 58.52%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49279E (or 0x49279E) is known color: Blue Gem. HEX triplet: 49, 27 and 9E. RGB value is (73,39,158). Sum of RGB (Red+Green+Blue) = 73+39+158=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 158 (62.11% from 255 or 58.52% from 270); Max value from RGB is 158 - color contains mainly: blue. Hex color #49279E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49279E is #B6D861. Grayscale: #3E3E3E. Windows color (decimal): -11982946 or 10364745. OLE color: 10364745.

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

Color convert

RGB 73 39 158 -
CMYK 0.54 0.75 0 0.38
HSL 257.14º 0.6% 0.39% -
HSV(B) 257.14º 0.75% 0.62% -
XYZ 9.64 5.34 32.87 -
YUV 62.73 181.76 135.32 -
System Red Green Blue C M Y K H S L
Decimal 73 39 158 0.54 0.75 0 0.38 257.14 0.6 0.39
Hex 49 27 9E 36 4B 0 26 101 3C 27
Octal 111 47 236 66 113 0 46 401 74 47
Binary 1001001 100111 10011110 110110 1001011 0 100110 100000001 111100 100111

Color Harmonies of #49279E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49279E

Black with #49279E

Text Example


Text Example

White with #49279E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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