Html Css Color HEX #49369F Blue Gem

📋 copy color: '#49369F'

red 73 ◦ green 54 ◦ blue 159

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

Shades of Blue Gem #49369F

Tints of Blue Gem #49369F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.88%

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

R = 25.52%
G = 18.88%
B = 55.59%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49369F (or 0x49369F) is known color: Blue Gem. HEX triplet: 49, 36 and 9F. RGB value is (73,54,159). Sum of RGB (Red+Green+Blue) = 73+54+159=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 159 (62.5% from 255 or 55.59% from 286); Max value from RGB is 159 - color contains mainly: blue. Hex color #49369F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49369F is #B6C960. Grayscale: #474747. Windows color (decimal): -11979105 or 10434121. OLE color: 10434121.

HSL color Cylindrical-coordinate representation of color #49369F: hue angle of 250.86º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49369F is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 54 159 -
CMYK 0.54 0.66 0 0.38
HSL 250.86º 0.49% 0.42% -
HSV(B) 250.86º 0.66% 0.62% -
XYZ 10.32 6.56 33.52 -
YUV 71.65 177.29 128.96 -
System Red Green Blue C M Y K H S L
Decimal 73 54 159 0.54 0.66 0 0.38 250.86 0.49 0.42
Hex 49 36 9F 36 42 0 26 FB 31 2A
Octal 111 66 237 66 102 0 46 373 61 52
Binary 1001001 110110 10011111 110110 1000010 0 100110 11111011 110001 101010

Color Harmonies of #49369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49369F

Black with #49369F

Text Example


Text Example

White with #49369F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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