Html Css Color HEX #49348D Blue Gem

📋 copy color: '#49348D'

red 73 ◦ green 52 ◦ blue 141

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

Shades of Blue Gem #49348D

Tints of Blue Gem #49348D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.55%

 BLUE value IS 141 (55.47% from 255) = 53.01%

R = 27.44%
G = 19.55%
B = 53.01%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49348D (or 0x49348D) is known color: Blue Gem. HEX triplet: 49, 34 and 8D. RGB value is (73,52,141). Sum of RGB (Red+Green+Blue) = 73+52+141=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #49348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49348D is #B6CB72. Grayscale: #444444. Windows color (decimal): -11979635 or 9253961. OLE color: 9253961.

HSL color Cylindrical-coordinate representation of color #49348D: hue angle of 254.16º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49348D is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 52 141 -
CMYK 0.48 0.63 0 0.45
HSL 254.16º 0.46% 0.38% -
HSV(B) 254.16º 0.63% 0.55% -
XYZ 8.78 5.8 25.86 -
YUV 68.43 168.96 131.26 -
System Red Green Blue C M Y K H S L
Decimal 73 52 141 0.48 0.63 0 0.45 254.16 0.46 0.38
Hex 49 34 8D 30 3F 0 2D FE 2E 26
Octal 111 64 215 60 77 0 55 376 56 46
Binary 1001001 110100 10001101 110000 111111 0 101101 11111110 101110 100110

Color Harmonies of #49348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49348D

Black with #49348D

Text Example


Text Example

White with #49348D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49348D; }

 p { color: rgb(73,52,141); }

 H1.HeaderClassName
 {
   color: #49348D;
 }
 .AnyTagClassName
 {
   color: #49348D;
 }
</style>

background-color css

<style>
 a { background-color: #49348D; }

 a { background-color: rgb(73,52,141); }

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

border-color css

<style>
 span { border-color: #49348D; }

 span { border-color: rgb(73,52,141); }

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