#493694

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

Shades of Blue Gem #493694

Tints of Blue Gem #493694

Color information

#493694 (or 0x493694) is unknown color: approx Blue Gem. HEX triplet: 49, 36 and 94. RGB value is (73,54,148). Sum of RGB (Red+Green+Blue) = 73+54+148=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #493694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493694 is #B6C96B. Grayscale: #464646. Windows color (decimal): -11979116 or 9713225. OLE color: 9713225.

HSL color Cylindrical-coordinate representation of color #493694: hue angle of 252.13º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #493694 is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7354148-
CMYK0.510.6400.42
HSL252.13º46.53%39.61%-
HSV(B)252.13º63.51%58.04%-
XYZ9.416.1928.72-
YUV70.4171.79129.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.55%
GREEN value IS 54 (21.48% from 255) = 19.64%
BLUE value IS 148 (58.20% from 255) = 53.82%
R=26.55%
G=19.64%
B=53.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73541480.510.6400.42252.1346.5339.61
Hex493694334002Afc2f28
Octal11166224631000523745750
Binary1001001110110100101001100111000000010101011111100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493694; }

 p { color: rgb(73,54,148); }

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

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

 a { background-color: rgb(73,54,148); }

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

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

 span { border-color: rgb(73,54,148); }

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