Html Css Color HEX #49359D Blue Gem

📋 copy color: '#49359D'

red 73 ◦ green 53 ◦ blue 157

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

Shades of Blue Gem #49359D

Tints of Blue Gem #49359D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 55.48%

R = 25.8%
G = 18.73%
B = 55.48%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49359D (or 0x49359D) is known color: Blue Gem. HEX triplet: 49, 35 and 9D. RGB value is (73,53,157). Sum of RGB (Red+Green+Blue) = 73+53+157=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #49359D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49359D is #B6CA62. Grayscale: #464646. Windows color (decimal): -11979363 or 10302793. OLE color: 10302793.

HSL color Cylindrical-coordinate representation of color #49359D: hue angle of 251.54º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49359D is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 53 157 -
CMYK 0.54 0.66 0 0.38
HSL 251.54º 0.5% 0.41% -
HSV(B) 251.54º 0.66% 0.62% -
XYZ 10.11 6.4 32.6 -
YUV 70.84 176.63 129.54 -
System Red Green Blue C M Y K H S L
Decimal 73 53 157 0.54 0.66 0 0.38 251.54 0.5 0.41
Hex 49 35 9D 36 42 0 26 FC 32 29
Octal 111 65 235 66 102 0 46 374 62 51
Binary 1001001 110101 10011101 110110 1000010 0 100110 11111100 110010 101001

Color Harmonies of #49359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49359D

Black with #49359D

Text Example


Text Example

White with #49359D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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