#493099

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

Shades of Blue Gem #493099

Tints of Blue Gem #493099

Color information

#493099 (or 0x493099) is unknown color: approx Blue Gem. HEX triplet: 49, 30 and 99. RGB value is (73,48,153). Sum of RGB (Red+Green+Blue) = 73+48+153=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #493099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493099 is #B6CF66. Grayscale: #434343. Windows color (decimal): -11980647 or 10039369. OLE color: 10039369.

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

Color convert

RGB7348153-
CMYK0.520.6900.4
HSL254.29º52.24%39.41%-
HSV(B)254.29º68.63%60%-
XYZ9.555.8330.76-
YUV67.44176.28131.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.64%
GREEN value IS 48 (19.14% from 255) = 17.52%
BLUE value IS 153 (60.16% from 255) = 55.84%
R=26.64%
G=17.52%
B=55.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal73481530.520.6900.4254.2952.2439.41
Hex4930993445028fe3427
Octal11160231641050503766447
Binary1001001110000100110011101001000101010100011111110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493099; }

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

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

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

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

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

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

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

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