Html Css Color HEX #493389 Blue Gem

📋 copy color: '#493389'

red 73 ◦ green 51 ◦ blue 137

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

Shades of Blue Gem #493389

Tints of Blue Gem #493389

RGB

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

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

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

R = 27.97%
G = 19.54%
B = 52.49%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#493389 (or 0x493389) is known color: Blue Gem. HEX triplet: 49, 33 and 89. RGB value is (73,51,137). Sum of RGB (Red+Green+Blue) = 73+51+137=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #493389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493389 is #B6CC76. Grayscale: #434343. Windows color (decimal): -11979895 or 8991561. OLE color: 8991561.

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

Color convert

RGB 73 51 137 -
CMYK 0.47 0.63 0 0.46
HSL 255.35º 0.46% 0.37% -
HSV(B) 255.35º 0.63% 0.54% -
XYZ 8.45 5.59 24.3 -
YUV 67.38 167.29 132.01 -
System Red Green Blue C M Y K H S L
Decimal 73 51 137 0.47 0.63 0 0.46 255.35 0.46 0.37
Hex 49 33 89 2F 3F 0 2E FF 2E 25
Octal 111 63 211 57 77 0 56 377 56 45
Binary 1001001 110011 10001001 101111 111111 0 101110 11111111 101110 100101

Color Harmonies of #493389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493389

Black with #493389

Text Example


Text Example

White with #493389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493389; }

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

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

background-color css

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

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

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

border-color css

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

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

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