Html Css Color HEX #49328A Blue Gem

📋 copy color: '#49328A'

red 73 ◦ green 50 ◦ blue 138

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

Shades of Blue Gem #49328A

Tints of Blue Gem #49328A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 52.87%

R = 27.97%
G = 19.16%
B = 52.87%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#49328A (or 0x49328A) is known color: Blue Gem. HEX triplet: 49, 32 and 8A. RGB value is (73,50,138). Sum of RGB (Red+Green+Blue) = 73+50+138=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #49328A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49328A is #B6CD75. Grayscale: #424242. Windows color (decimal): -11980150 or 9056841. OLE color: 9056841.

HSL color Cylindrical-coordinate representation of color #49328A: hue angle of 255.68º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49328A is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 50 138 -
CMYK 0.47 0.64 0 0.46
HSL 255.68º 0.47% 0.37% -
HSV(B) 255.68º 0.64% 0.54% -
XYZ 8.48 5.53 24.67 -
YUV 66.91 168.12 132.34 -
System Red Green Blue C M Y K H S L
Decimal 73 50 138 0.47 0.64 0 0.46 255.68 0.47 0.37
Hex 49 32 8A 2F 40 0 2E 100 2F 25
Octal 111 62 212 57 100 0 56 400 57 45
Binary 1001001 110010 10001010 101111 1000000 0 101110 100000000 101111 100101

Color Harmonies of #49328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49328A

Black with #49328A

Text Example


Text Example

White with #49328A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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