Html Css Color HEX #493489 Blue Gem

📋 copy color: '#493489'

red 73 ◦ green 52 ◦ blue 137

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

Shades of Blue Gem #493489

Tints of Blue Gem #493489

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.85%

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

R = 27.86%
G = 19.85%
B = 52.29%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#493489 (or 0x493489) is known color: Blue Gem. HEX triplet: 49, 34 and 89. RGB value is (73,52,137). Sum of RGB (Red+Green+Blue) = 73+52+137=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #493489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493489 is #B6CB76. Grayscale: #434343. Windows color (decimal): -11979639 or 8991817. OLE color: 8991817.

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

Color convert

RGB 73 52 137 -
CMYK 0.47 0.62 0 0.46
HSL 254.82º 0.45% 0.37% -
HSV(B) 254.82º 0.62% 0.54% -
XYZ 8.49 5.68 24.32 -
YUV 67.97 166.96 131.59 -
System Red Green Blue C M Y K H S L
Decimal 73 52 137 0.47 0.62 0 0.46 254.82 0.45 0.37
Hex 49 34 89 2F 3E 0 2E FF 2D 25
Octal 111 64 211 57 76 0 56 377 55 45
Binary 1001001 110100 10001001 101111 111110 0 101110 11111111 101101 100101

Color Harmonies of #493489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493489

Black with #493489

Text Example


Text Example

White with #493489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493489; }

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

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

background-color css

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

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

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

border-color css

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

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

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