Html Css Color HEX #49269D Blue Gem

📋 copy color: '#49269D'

red 73 ◦ green 38 ◦ blue 157

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

Shades of Blue Gem #49269D

Tints of Blue Gem #49269D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.18%

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

R = 27.24%
G = 14.18%
B = 58.58%

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

#49269D (or 0x49269D) is known color: Blue Gem. HEX triplet: 49, 26 and 9D. RGB value is (73,38,157). Sum of RGB (Red+Green+Blue) = 73+38+157=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #49269D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49269D is #B6D962. Grayscale: #3D3D3D. Windows color (decimal): -11983203 or 10298953. OLE color: 10298953.

HSL color Cylindrical-coordinate representation of color #49269D: hue angle of 257.65º degrees, saturation: 0.61, 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 #49269D is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 38 157 -
CMYK 0.54 0.76 0 0.38
HSL 257.65º 0.61% 0.38% -
HSV(B) 257.65º 0.76% 0.62% -
XYZ 9.53 5.24 32.41 -
YUV 62.03 181.6 135.82 -
System Red Green Blue C M Y K H S L
Decimal 73 38 157 0.54 0.76 0 0.38 257.65 0.61 0.38
Hex 49 26 9D 36 4C 0 26 102 3D 26
Octal 111 46 235 66 114 0 46 402 75 46
Binary 1001001 100110 10011101 110110 1001100 0 100110 100000010 111101 100110

Color Harmonies of #49269D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49269D

Black with #49269D

Text Example


Text Example

White with #49269D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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