Html Css Color HEX #493191 Blue Gem

📋 copy color: '#493191'

red 73 ◦ green 49 ◦ blue 145

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

Shades of Blue Gem #493191

Tints of Blue Gem #493191

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.35%

 BLUE value IS 145 (57.03% from 255) = 54.31%

R = 27.34%
G = 18.35%
B = 54.31%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#493191 (or 0x493191) is known color: Blue Gem. HEX triplet: 49, 31 and 91. RGB value is (73,49,145). Sum of RGB (Red+Green+Blue) = 73+49+145=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #493191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493191 is #B6CE6E. Grayscale: #424242. Windows color (decimal): -11980399 or 9515337. OLE color: 9515337.

HSL color Cylindrical-coordinate representation of color #493191: hue angle of 255º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #493191 is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 49 145 -
CMYK 0.50 0.66 0 0.43
HSL 255º 0.49% 0.38% -
HSV(B) 255º 0.66% 0.57% -
XYZ 8.96 5.66 27.41 -
YUV 67.12 171.95 132.19 -
System Red Green Blue C M Y K H S L
Decimal 73 49 145 0.50 0.66 0 0.43 255 0.49 0.38
Hex 49 31 91 32 42 0 2B FF 31 26
Octal 111 61 221 62 102 0 53 377 61 46
Binary 1001001 110001 10010001 110010 1000010 0 101011 11111111 110001 100110

Color Harmonies of #493191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493191

Black with #493191

Text Example


Text Example

White with #493191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493191; }

 p { color: rgb(73,49,145); }

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

background-color css

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

 a { background-color: rgb(73,49,145); }

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

border-color css

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

 span { border-color: rgb(73,49,145); }

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