Html Css Color HEX #49289F Blue Gem

📋 copy color: '#49289F'

red 73 ◦ green 40 ◦ blue 159

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

Shades of Blue Gem #49289F

Tints of Blue Gem #49289F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.71%

 BLUE value IS 159 (62.5% from 255) = 58.46%

R = 26.84%
G = 14.71%
B = 58.46%

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

#49289F (or 0x49289F) is known color: Blue Gem. HEX triplet: 49, 28 and 9F. RGB value is (73,40,159). Sum of RGB (Red+Green+Blue) = 73+40+159=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 159 (62.5% from 255 or 58.46% from 272); Max value from RGB is 159 - color contains mainly: blue. Hex color #49289F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49289F is #B6D760. Grayscale: #3E3E3E. Windows color (decimal): -11982689 or 10430537. OLE color: 10430537.

HSL color Cylindrical-coordinate representation of color #49289F: hue angle of 256.64º 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 #49289F is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 40 159 -
CMYK 0.54 0.75 0 0.38
HSL 256.64º 0.6% 0.39% -
HSV(B) 256.64º 0.75% 0.62% -
XYZ 9.76 5.44 33.34 -
YUV 63.43 181.93 134.82 -
System Red Green Blue C M Y K H S L
Decimal 73 40 159 0.54 0.75 0 0.38 256.64 0.6 0.39
Hex 49 28 9F 36 4B 0 26 101 3C 27
Octal 111 50 237 66 113 0 46 401 74 47
Binary 1001001 101000 10011111 110110 1001011 0 100110 100000001 111100 100111

Color Harmonies of #49289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49289F

Black with #49289F

Text Example


Text Example

White with #49289F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49289F; }

 p { color: rgb(73,40,159); }

 H1.HeaderClassName
 {
   color: #49289F;
 }
 .AnyTagClassName
 {
   color: #49289F;
 }
</style>

background-color css

<style>
 a { background-color: #49289F; }

 a { background-color: rgb(73,40,159); }

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

border-color css

<style>
 span { border-color: #49289F; }

 span { border-color: rgb(73,40,159); }

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