Html Css Color HEX #49328F Blue Gem

📋 copy color: '#49328F'

red 73 ◦ green 50 ◦ blue 143

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

Shades of Blue Gem #49328F

Tints of Blue Gem #49328F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.8%

 BLUE value IS 143 (56.25% from 255) = 53.76%

R = 27.44%
G = 18.8%
B = 53.76%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49328F (or 0x49328F) is known color: Blue Gem. HEX triplet: 49, 32 and 8F. RGB value is (73,50,143). Sum of RGB (Red+Green+Blue) = 73+50+143=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 143 (56.25% from 255 or 53.76% from 266); Max value from RGB is 143 - color contains mainly: blue. Hex color #49328F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49328F is #B6CD70. Grayscale: #434343. Windows color (decimal): -11980145 or 9384521. OLE color: 9384521.

HSL color Cylindrical-coordinate representation of color #49328F: hue angle of 254.84º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49328F is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 50 143 -
CMYK 0.49 0.65 0 0.44
HSL 254.84º 0.48% 0.38% -
HSV(B) 254.84º 0.65% 0.56% -
XYZ 8.85 5.68 26.62 -
YUV 67.48 170.62 131.94 -
System Red Green Blue C M Y K H S L
Decimal 73 50 143 0.49 0.65 0 0.44 254.84 0.48 0.38
Hex 49 32 8F 31 41 0 2C FF 30 26
Octal 111 62 217 61 101 0 54 377 60 46
Binary 1001001 110010 10001111 110001 1000001 0 101100 11111111 110000 100110

Color Harmonies of #49328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49328F

Black with #49328F

Text Example


Text Example

White with #49328F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,50,143); }

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

background-color css

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

 a { background-color: rgb(73,50,143); }

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

border-color css

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

 span { border-color: rgb(73,50,143); }

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