Html Css Color HEX #493193 Blue Gem

📋 copy color: '#493193'

red 73 ◦ green 49 ◦ blue 147

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

Shades of Blue Gem #493193

Tints of Blue Gem #493193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 54.65%

R = 27.14%
G = 18.22%
B = 54.65%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#493193 (or 0x493193) is known color: Blue Gem. HEX triplet: 49, 31 and 93. RGB value is (73,49,147). Sum of RGB (Red+Green+Blue) = 73+49+147=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #493193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493193 is #B6CE6C. Grayscale: #424242. Windows color (decimal): -11980397 or 9646409. OLE color: 9646409.

HSL color Cylindrical-coordinate representation of color #493193: hue angle of 254.69º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #493193 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 49 147 -
CMYK 0.50 0.67 0 0.42
HSL 254.69º 0.5% 0.38% -
HSV(B) 254.69º 0.67% 0.58% -
XYZ 9.11 5.72 28.23 -
YUV 67.35 172.95 132.03 -
System Red Green Blue C M Y K H S L
Decimal 73 49 147 0.50 0.67 0 0.42 254.69 0.5 0.38
Hex 49 31 93 32 43 0 2A FF 32 26
Octal 111 61 223 62 103 0 52 377 62 46
Binary 1001001 110001 10010011 110010 1000011 0 101010 11111111 110010 100110

Color Harmonies of #493193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493193

Black with #493193

Text Example


Text Example

White with #493193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493193; }

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

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

background-color css

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

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

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

border-color css

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

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

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