#493599

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

Shades of Blue Gem #493599

Tints of Blue Gem #493599

Color information

#493599 (or 0x493599) is unknown color: approx Blue Gem. HEX triplet: 49, 35 and 99. RGB value is (73,53,153). Sum of RGB (Red+Green+Blue) = 73+53+153=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #493599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493599 is #B6CA66. Grayscale: #464646. Windows color (decimal): -11979367 or 10040649. OLE color: 10040649.

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

Color convert

RGB7353153-
CMYK0.520.6500.4
HSL252º48.54%40.39%-
HSV(B)252º65.36%60%-
XYZ9.776.2630.83-
YUV70.38174.63129.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.16%
GREEN value IS 53 (21.09% from 255) = 19.00%
BLUE value IS 153 (60.16% from 255) = 54.84%
R=26.16%
G=19.00%
B=54.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal73531530.520.6500.425248.5440.39
Hex4935993441028fc3128
Octal11165231641010503746150
Binary1001001110101100110011101001000001010100011111100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493599; }

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

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

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

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

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

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

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

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