Html Css Color HEX #49398C Blue Gem

📋 copy color: '#49398C'

red 73 ◦ green 57 ◦ blue 140

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

Shades of Blue Gem #49398C

Tints of Blue Gem #49398C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.11%

 BLUE value IS 140 (55.08% from 255) = 51.85%

R = 27.04%
G = 21.11%
B = 51.85%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49398C (or 0x49398C) is known color: Blue Gem. HEX triplet: 49, 39 and 8C. RGB value is (73,57,140). Sum of RGB (Red+Green+Blue) = 73+57+140=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #49398C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49398C is #B6C673. Grayscale: #464646. Windows color (decimal): -11978356 or 9189705. OLE color: 9189705.

HSL color Cylindrical-coordinate representation of color #49398C: hue angle of 251.57º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49398C is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 57 140 -
CMYK 0.48 0.59 0 0.45
HSL 251.57º 0.42% 0.39% -
HSV(B) 251.57º 0.59% 0.55% -
XYZ 8.94 6.24 25.54 -
YUV 71.25 166.8 129.25 -
System Red Green Blue C M Y K H S L
Decimal 73 57 140 0.48 0.59 0 0.45 251.57 0.42 0.39
Hex 49 39 8C 30 3B 0 2D FC 2A 27
Octal 111 71 214 60 73 0 55 374 52 47
Binary 1001001 111001 10001100 110000 111011 0 101101 11111100 101010 100111

Color Harmonies of #49398C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49398C

Black with #49398C

Text Example


Text Example

White with #49398C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49398C; }

 p { color: rgb(73,57,140); }

 H1.HeaderClassName
 {
   color: #49398C;
 }
 .AnyTagClassName
 {
   color: #49398C;
 }
</style>

background-color css

<style>
 a { background-color: #49398C; }

 a { background-color: rgb(73,57,140); }

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

border-color css

<style>
 span { border-color: #49398C; }

 span { border-color: rgb(73,57,140); }

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