Html Css Color HEX #49439F Blue Gem

📋 copy color: '#49439F'

red 73 ◦ green 67 ◦ blue 159

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

Shades of Blue Gem #49439F

Tints of Blue Gem #49439F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.41%

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

R = 24.41%
G = 22.41%
B = 53.18%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49439F (or 0x49439F) is known color: Blue Gem. HEX triplet: 49, 43 and 9F. RGB value is (73,67,159). Sum of RGB (Red+Green+Blue) = 73+67+159=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #49439F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49439F is #B6BC60. Grayscale: #4E4E4E. Windows color (decimal): -11975777 or 10437449. OLE color: 10437449.

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

Color convert

RGB 73 67 159 -
CMYK 0.54 0.58 0 0.38
HSL 243.91º 0.41% 0.44% -
HSV(B) 243.91º 0.58% 0.62% -
XYZ 11.01 7.93 33.75 -
YUV 79.28 172.99 123.52 -
System Red Green Blue C M Y K H S L
Decimal 73 67 159 0.54 0.58 0 0.38 243.91 0.41 0.44
Hex 49 43 9F 36 3A 0 26 F4 29 2C
Octal 111 103 237 66 72 0 46 364 51 54
Binary 1001001 1000011 10011111 110110 111010 0 100110 11110100 101001 101100

Color Harmonies of #49439F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49439F

Black with #49439F

Text Example


Text Example

White with #49439F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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