#493489

Color #493489 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #493489

Tints of Blue Gem #493489

Color information

#493489 (or 0x493489) is unknown color: approx 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

RGB7352137-
CMYK0.470.6200.46
HSL254.82º44.97%37.06%-
HSV(B)254.82º62.04%53.73%-
XYZ8.495.6824.32-
YUV67.97166.96131.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.86%
GREEN value IS 52 (20.70% 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 (Cyan) values IS 0.47
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73521370.470.6200.46254.8244.9737.06
Hex4934892F3E02Eff2d25
Octal1116421157760563775545
Binary100100111010010001001101111111110010111011111111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>