Html Css Color HEX #49259D Blue Gem

📋 copy color: '#49259D'

red 73 ◦ green 37 ◦ blue 157

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

Shades of Blue Gem #49259D

Tints of Blue Gem #49259D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.86%

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

R = 27.34%
G = 13.86%
B = 58.8%

CMYK

 C value IS 0.54

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49259D (or 0x49259D) is known color: Blue Gem. HEX triplet: 49, 25 and 9D. RGB value is (73,37,157). Sum of RGB (Red+Green+Blue) = 73+37+157=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 157 (61.72% from 255 or 58.80% from 267); Max value from RGB is 157 - color contains mainly: blue. Hex color #49259D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49259D is #B6DA62. Grayscale: #3D3D3D. Windows color (decimal): -11983459 or 10298697. OLE color: 10298697.

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

Color convert

RGB 73 37 157 -
CMYK 0.54 0.76 0 0.38
HSL 258º 0.62% 0.38% -
HSV(B) 258º 0.76% 0.62% -
XYZ 9.5 5.17 32.4 -
YUV 61.44 181.93 136.24 -
System Red Green Blue C M Y K H S L
Decimal 73 37 157 0.54 0.76 0 0.38 258 0.62 0.38
Hex 49 25 9D 36 4C 0 26 102 3E 26
Octal 111 45 235 66 114 0 46 402 76 46
Binary 1001001 100101 10011101 110110 1001100 0 100110 100000010 111110 100110

Color Harmonies of #49259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49259D

Black with #49259D

Text Example


Text Example

White with #49259D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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