Html Css Color HEX #49259E Blue Gem

📋 copy color: '#49259E'

red 73 ◦ green 37 ◦ blue 158

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

Shades of Blue Gem #49259E

Tints of Blue Gem #49259E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 58.96%

R = 27.24%
G = 13.81%
B = 58.96%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49259E (or 0x49259E) is known color: Blue Gem. HEX triplet: 49, 25 and 9E. RGB value is (73,37,158). Sum of RGB (Red+Green+Blue) = 73+37+158=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 158 (62.11% from 255 or 58.96% from 268); Max value from RGB is 158 - color contains mainly: blue. Hex color #49259E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49259E is #B6DA61. Grayscale: #3D3D3D. Windows color (decimal): -11983458 or 10364233. OLE color: 10364233.

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

Color convert

RGB 73 37 158 -
CMYK 0.54 0.77 0 0.38
HSL 257.85º 0.62% 0.38% -
HSV(B) 257.85º 0.77% 0.62% -
XYZ 9.58 5.21 32.85 -
YUV 61.56 182.43 136.16 -
System Red Green Blue C M Y K H S L
Decimal 73 37 158 0.54 0.77 0 0.38 257.85 0.62 0.38
Hex 49 25 9E 36 4D 0 26 102 3E 26
Octal 111 45 236 66 115 0 46 402 76 46
Binary 1001001 100101 10011110 110110 1001101 0 100110 100000010 111110 100110

Color Harmonies of #49259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49259E

Black with #49259E

Text Example


Text Example

White with #49259E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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