Html Css Color HEX #49259B Blue Gem

📋 copy color: '#49259B'

red 73 ◦ green 37 ◦ blue 155

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

Shades of Blue Gem #49259B

Tints of Blue Gem #49259B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 58.49%

R = 27.55%
G = 13.96%
B = 58.49%

CMYK

 C value IS 0.53

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49259B (or 0x49259B) is known color: Blue Gem. HEX triplet: 49, 25 and 9B. RGB value is (73,37,155). Sum of RGB (Red+Green+Blue) = 73+37+155=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #49259B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49259B is #B6DA64. Grayscale: #3C3C3C. Windows color (decimal): -11983461 or 10167625. OLE color: 10167625.

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

Color convert

RGB 73 37 155 -
CMYK 0.53 0.76 0 0.39
HSL 258.31º 0.61% 0.38% -
HSV(B) 258.31º 0.76% 0.61% -
XYZ 9.33 5.11 31.5 -
YUV 61.22 180.93 136.41 -
System Red Green Blue C M Y K H S L
Decimal 73 37 155 0.53 0.76 0 0.39 258.31 0.61 0.38
Hex 49 25 9B 35 4C 0 27 102 3D 26
Octal 111 45 233 65 114 0 47 402 75 46
Binary 1001001 100101 10011011 110101 1001100 0 100111 100000010 111101 100110

Color Harmonies of #49259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49259B

Black with #49259B

Text Example


Text Example

White with #49259B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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