Html Css Color HEX #49358F Blue Gem

📋 copy color: '#49358F'

red 73 ◦ green 53 ◦ blue 143

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

Shades of Blue Gem #49358F

Tints of Blue Gem #49358F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.7%

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

R = 27.14%
G = 19.7%
B = 53.16%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49358F (or 0x49358F) is known color: Blue Gem. HEX triplet: 49, 35 and 8F. RGB value is (73,53,143). Sum of RGB (Red+Green+Blue) = 73+53+143=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 143 (56.25% from 255 or 53.16% from 269); Max value from RGB is 143 - color contains mainly: blue. Hex color #49358F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49358F is #B6CA70. Grayscale: #444444. Windows color (decimal): -11979377 or 9385289. OLE color: 9385289.

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

Color convert

RGB 73 53 143 -
CMYK 0.49 0.63 0 0.44
HSL 253.33º 0.46% 0.38% -
HSV(B) 253.33º 0.63% 0.56% -
XYZ 8.98 5.95 26.66 -
YUV 69.24 169.63 130.68 -
System Red Green Blue C M Y K H S L
Decimal 73 53 143 0.49 0.63 0 0.44 253.33 0.46 0.38
Hex 49 35 8F 31 3F 0 2C FD 2E 26
Octal 111 65 217 61 77 0 54 375 56 46
Binary 1001001 110101 10001111 110001 111111 0 101100 11111101 101110 100110

Color Harmonies of #49358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49358F

Black with #49358F

Text Example


Text Example

White with #49358F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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