Html Css Color HEX #493199 Blue Gem

📋 copy color: '#493199'

red 73 ◦ green 49 ◦ blue 153

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

Shades of Blue Gem #493199

Tints of Blue Gem #493199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 55.64%

R = 26.55%
G = 17.82%
B = 55.64%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#493199 (or 0x493199) is known color: Blue Gem. HEX triplet: 49, 31 and 99. RGB value is (73,49,153). Sum of RGB (Red+Green+Blue) = 73+49+153=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #493199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493199 is #B6CE66. Grayscale: #434343. Windows color (decimal): -11980391 or 10039625. OLE color: 10039625.

HSL color Cylindrical-coordinate representation of color #493199: hue angle of 253.85º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #493199 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 49 153 -
CMYK 0.52 0.68 0 0.4
HSL 253.85º 0.51% 0.4% -
HSV(B) 253.85º 0.68% 0.6% -
XYZ 9.6 5.91 30.77 -
YUV 68.03 175.95 131.54 -
System Red Green Blue C M Y K H S L
Decimal 73 49 153 0.52 0.68 0 0.4 253.85 0.51 0.4
Hex 49 31 99 34 44 0 28 FE 33 28
Octal 111 61 231 64 104 0 50 376 63 50
Binary 1001001 110001 10011001 110100 1000100 0 101000 11111110 110011 101000

Color Harmonies of #493199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493199

Black with #493199

Text Example


Text Example

White with #493199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493199; }

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

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

background-color css

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

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

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

border-color css

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

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

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