Html Css Color HEX #493390 Blue Gem

📋 copy color: '#493390'

red 73 ◦ green 51 ◦ blue 144

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

Shades of Blue Gem #493390

Tints of Blue Gem #493390

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.03%

 BLUE value IS 144 (56.64% from 255) = 53.73%

R = 27.24%
G = 19.03%
B = 53.73%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#493390 (or 0x493390) is known color: Blue Gem. HEX triplet: 49, 33 and 90. RGB value is (73,51,144). Sum of RGB (Red+Green+Blue) = 73+51+144=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #493390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493390 is #B6CC6F. Grayscale: #434343. Windows color (decimal): -11979888 or 9450313. OLE color: 9450313.

HSL color Cylindrical-coordinate representation of color #493390: hue angle of 254.19º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #493390 is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 51 144 -
CMYK 0.49 0.65 0 0.44
HSL 254.19º 0.48% 0.38% -
HSV(B) 254.19º 0.65% 0.56% -
XYZ 8.97 5.8 27.03 -
YUV 68.18 170.79 131.44 -
System Red Green Blue C M Y K H S L
Decimal 73 51 144 0.49 0.65 0 0.44 254.19 0.48 0.38
Hex 49 33 90 31 41 0 2C FE 30 26
Octal 111 63 220 61 101 0 54 376 60 46
Binary 1001001 110011 10010000 110001 1000001 0 101100 11111110 110000 100110

Color Harmonies of #493390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493390

Black with #493390

Text Example


Text Example

White with #493390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493390; }

 p { color: rgb(73,51,144); }

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

background-color css

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

 a { background-color: rgb(73,51,144); }

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

border-color css

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

 span { border-color: rgb(73,51,144); }

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