Html Css Color HEX #493189 Blue Gem

📋 copy color: '#493189'

red 73 ◦ green 49 ◦ blue 137

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

Shades of Blue Gem #493189

Tints of Blue Gem #493189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 52.9%

R = 28.19%
G = 18.92%
B = 52.9%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#493189 (or 0x493189) is known color: Blue Gem. HEX triplet: 49, 31 and 89. RGB value is (73,49,137). Sum of RGB (Red+Green+Blue) = 73+49+137=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #493189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493189 is #B6CE76. Grayscale: #414141. Windows color (decimal): -11980407 or 8991049. OLE color: 8991049.

HSL color Cylindrical-coordinate representation of color #493189: hue angle of 256.36º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #493189 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 49 137 -
CMYK 0.47 0.64 0 0.46
HSL 256.36º 0.47% 0.36% -
HSV(B) 256.36º 0.64% 0.54% -
XYZ 8.36 5.42 24.27 -
YUV 66.21 167.95 132.84 -
System Red Green Blue C M Y K H S L
Decimal 73 49 137 0.47 0.64 0 0.46 256.36 0.47 0.36
Hex 49 31 89 2F 40 0 2E 100 2F 24
Octal 111 61 211 57 100 0 56 400 57 44
Binary 1001001 110001 10001001 101111 1000000 0 101110 100000000 101111 100100

Color Harmonies of #493189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493189

Black with #493189

Text Example


Text Example

White with #493189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493189; }

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

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

background-color css

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

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

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

border-color css

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

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

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