Html Css Color HEX #493299 Blue Gem

📋 copy color: '#493299'

red 73 ◦ green 50 ◦ blue 153

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

Shades of Blue Gem #493299

Tints of Blue Gem #493299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.12%

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

R = 26.45%
G = 18.12%
B = 55.43%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#493299 (or 0x493299) is known color: Blue Gem. HEX triplet: 49, 32 and 99. RGB value is (73,50,153). Sum of RGB (Red+Green+Blue) = 73+50+153=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #493299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493299 is #B6CD66. Grayscale: #444444. Windows color (decimal): -11980135 or 10039881. OLE color: 10039881.

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

Color convert

RGB 73 50 153 -
CMYK 0.52 0.67 0 0.4
HSL 253.4º 0.51% 0.4% -
HSV(B) 253.4º 0.67% 0.6% -
XYZ 9.64 6 30.79 -
YUV 68.62 175.62 131.12 -
System Red Green Blue C M Y K H S L
Decimal 73 50 153 0.52 0.67 0 0.4 253.4 0.51 0.4
Hex 49 32 99 34 43 0 28 FD 33 28
Octal 111 62 231 64 103 0 50 375 63 50
Binary 1001001 110010 10011001 110100 1000011 0 101000 11111101 110011 101000

Color Harmonies of #493299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493299

Black with #493299

Text Example


Text Example

White with #493299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493299; }

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

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

background-color css

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

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

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

border-color css

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

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

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