Html Css Color HEX #493289 Blue Gem

📋 copy color: '#493289'

red 73 ◦ green 50 ◦ blue 137

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

Shades of Blue Gem #493289

Tints of Blue Gem #493289

RGB

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

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

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

R = 28.08%
G = 19.23%
B = 52.69%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#493289 (or 0x493289) is known color: Blue Gem. HEX triplet: 49, 32 and 89. RGB value is (73,50,137). Sum of RGB (Red+Green+Blue) = 73+50+137=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 137 (53.91% from 255 or 52.69% from 260); Max value from RGB is 137 - color contains mainly: blue. Hex color #493289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493289 is #B6CD76. Grayscale: #424242. Windows color (decimal): -11980151 or 8991305. OLE color: 8991305.

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

Color convert

RGB 73 50 137 -
CMYK 0.47 0.64 0 0.46
HSL 255.86º 0.47% 0.37% -
HSV(B) 255.86º 0.64% 0.54% -
XYZ 8.4 5.5 24.29 -
YUV 66.8 167.62 132.43 -
System Red Green Blue C M Y K H S L
Decimal 73 50 137 0.47 0.64 0 0.46 255.86 0.47 0.37
Hex 49 32 89 2F 40 0 2E 100 2F 25
Octal 111 62 211 57 100 0 56 400 57 45
Binary 1001001 110010 10001001 101111 1000000 0 101110 100000000 101111 100101

Color Harmonies of #493289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493289

Black with #493289

Text Example


Text Example

White with #493289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493289; }

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

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

background-color css

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

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

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

border-color css

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

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

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