Html Css Color HEX #49358E Blue Gem

📋 copy color: '#49358E'

red 73 ◦ green 53 ◦ blue 142

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

Shades of Blue Gem #49358E

Tints of Blue Gem #49358E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 52.99%

R = 27.24%
G = 19.78%
B = 52.99%

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

#49358E (or 0x49358E) is known color: Blue Gem. HEX triplet: 49, 35 and 8E. RGB value is (73,53,142). Sum of RGB (Red+Green+Blue) = 73+53+142=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #49358E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49358E is #B6CA71. Grayscale: #444444. Windows color (decimal): -11979378 or 9319753. OLE color: 9319753.

HSL color Cylindrical-coordinate representation of color #49358E: hue angle of 253.48º 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 #49358E is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 53 142 -
CMYK 0.49 0.63 0 0.44
HSL 253.48º 0.46% 0.38% -
HSV(B) 253.48º 0.63% 0.56% -
XYZ 8.9 5.92 26.26 -
YUV 69.13 169.13 130.76 -
System Red Green Blue C M Y K H S L
Decimal 73 53 142 0.49 0.63 0 0.44 253.48 0.46 0.38
Hex 49 35 8E 31 3F 0 2C FD 2E 26
Octal 111 65 216 61 77 0 54 375 56 46
Binary 1001001 110101 10001110 110001 111111 0 101100 11111101 101110 100110

Color Harmonies of #49358E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49358E

Black with #49358E

Text Example


Text Example

White with #49358E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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