#493899

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

Shades of Blue Gem #493899

Tints of Blue Gem #493899

Color information

#493899 (or 0x493899) is unknown color: approx Blue Gem. HEX triplet: 49, 38 and 99. RGB value is (73,56,153). Sum of RGB (Red+Green+Blue) = 73+56+153=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #493899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493899 is #B6C766. Grayscale: #474747. Windows color (decimal): -11978599 or 10041417. OLE color: 10041417.

HSL color Cylindrical-coordinate representation of color #493899: hue angle of 250.52º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #493899 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7356153-
CMYK0.520.6300.4
HSL250.52º46.41%40.98%-
HSV(B)250.52º63.4%60%-
XYZ9.916.5430.88-
YUV72.14173.63128.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.89%
GREEN value IS 56 (22.27% from 255) = 19.86%
BLUE value IS 153 (60.16% from 255) = 54.26%
R=25.89%
G=19.86%
B=54.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal73561530.520.6300.4250.5246.4140.98
Hex493899343F028fb2e29
Octal1117023164770503735651
Binary100100111100010011001110100111111010100011111011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493899; }

 p { color: rgb(73,56,153); }

 H1.HeaderClassName
 {
   color: #493899;
 }
 .AnyTagClassName
 {
   color: #493899;
 }
</style>
background-color css

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

 a { background-color: rgb(73,56,153); }

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

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

 span { border-color: rgb(73,56,153); }

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